RemoveAt Method (XLSheetCollection)
Removes the
XLSheet at a specific index from the collection.
public void RemoveAt(
System.int
)
'Declaration
Public Sub RemoveAt( _
ByVal As System.Integer _
)
Parameters
- index
- Index of the object to remove from the collection.