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