[]
Inserts item into the C1CheckListItemCollection at the specified index.
public void Insert(int index, C1CheckListItem item)
| Type | Name | Description |
|---|---|---|
| int | index | Index of the item. |
| C1CheckListItem | item | The specified item. |
Inserts item into the C1CheckListItemCollection at the specified index.
public void Insert(int index, object value)
| Type | Name | Description |
|---|---|---|
| int | index | Index of the item. |
| object | value | The specified item. |