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.
See Also
GroupedColumnCollection Class | GroupedColumnCollection Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |