[]
Inserts a C1DisplayColumn at the specified index.
public void Insert(int index, C1DisplayColumn vc)
Type | Name | Description |
---|---|---|
int | index | The zero-based index at which the C1DisplayColumn should be inserted. |
C1DisplayColumn | vc | The C1DataColumn to insert. |