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

In This Topic
RemoveAt Method (XLSheetCollection)
In This Topic
Removes the XLSheet at a specific index 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