RemoveAt Method (SelectedColumnCollection)
In This Topic
Removes the C1DataColumn at the specified index.
Syntax
'Declaration
Public Shadows Sub RemoveAt( _
ByVal As Integer _
)
public new void RemoveAt(
int
)
Parameters
- index
- The zero-based index of the row to remove.
See Also