Excel for WPF and Silverlight
RemoveAt Method (XLSheetCollection)

C1.WPF.Excel Namespace > XLSheetCollection Class : RemoveAt Method
Index of the object to remove from the collection.
Removes the XLSheet at a specific index from the collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
public void RemoveAt( 
   System.int index
)

Parameters

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

Reference

XLSheetCollection Class
XLSheetCollection Members