C1.Win.4.8 Assembly / C1.Framework Namespace / GridRowCollection Class / RemoveAt Method
The index of the Element to remove.

In This Topic
RemoveAt Method (GridRowCollection)
In This Topic
Removes the Element at the specified index from the list.
Syntax
'Declaration
 
Public Overridable Sub RemoveAt( _
   ByVal index As Integer _
) 
 

Parameters

index
The index of the Element to remove.
See Also