Removes the C1DataColumn at the specified index.
[Visual Basic]
Public Sub RemoveAt( _
ByVal index As Integer _
)
[C#]
new public void RemoveAt(
int index
);
[Delphi]
public procedure RemoveAt(
index: Int32
);
Parameters
index
The zero-based index of the row to remove.
Example
For an example using the RemoveAt 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. |