C1.Excel Assembly / C1.Excel Namespace / XLCellRangeCollection Class / RemoveAt Method
Index of the object to remove from the collection.

In This Topic
RemoveAt Method (XLCellRangeCollection)
In This Topic
Removes an XLCellRange object at a specific position from the collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
 

Parameters

index
Index of the object to remove from the collection.
See Also