Inserts a C1DataColumn at the specified index.
[Visual Basic]
Overridable Public Sub Insert( _
ByVal index As Integer, _
ByVal dc As C1DataColumn _
)
Parameters
index
The zero-based index at which the C1DataColumn should be inserted.
dc
The C1DataColumn to insert.
Example
For an example using the Insert method, see Changing the Column Order in the Grid.
See Also
C1DataColumnCollection Class | C1DataColumnCollection Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |