Inserts card in front of posCard in the HeaderCard list. If posCard is null, card is added to the end of the list.
Overload List
Name | Description | |
---|---|---|
![]() |
InsertCard (HeaderCard, HeaderCard) | Inserts card in front of posCard in the HeaderCard list. If posCard is null, card is added to the end of the list. |
![]() |
InsertCard (HeaderCard, Int32) | Inserts card at the pos'th position in the HeaderCard list. If pos is out of the bounds of the list, card will be added to the end of the list. |
![]() |
InsertCard (HeaderCard, String) | Inserts card in front of the HeaderCard associated with key posKey. If there is no HeaderCard associated with posKey, card is added to the end of the HeaderCard list |