[]
Inserts a char box into the collection at the given index.
public void Insert(int index, CharBoxInfo CharBoxInfo)
Public Sub Insert(index As Integer, CharBoxInfo As CharBoxInfo)
Type | Name | Description |
---|---|---|
int | index | An int indicates the index. |
CharBoxInfo | CharBoxInfo | A CharBoxInfo indicates the inserted char box. |