Creates a new HeaderCard to accommodate comment, and inserts the new HeaderCard in front of posCard in the HeaderCard list. If posCard is null, the new HeaderCard is added to the end of the list.
Overload List
Name | Description | |
---|---|---|
![]() |
InsertHistory (String, HeaderCard) | Creates a new HeaderCard to accommodate comment, and inserts the new HeaderCard in front of posCard in the HeaderCard list. If posCard is null, the new HeaderCard is added to the end of the list. |
![]() |
InsertHistory (String, Int32) | Creates a new HeaderCard to accommodate comment, and inserts the new card in the pos'th position in the HeaderCard list. If pos is out of the bounds of the list, the new HeaderCard will be added to the end of the list. |
![]() |
InsertHistory (String, String) | Creates a new HeaderCard to accommodate history, and inserts the new card in front of the HeaderCard associated with key posKey. If there is no HeaderCard associated with posKey, the new card is added to the end of the HeaderCard list. |