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