Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetViewCollection Class / RemoveAt(Int32) Method
Zero-based index of the sheet to remove from the collection


RemoveAt(Int32) Method
Removes a sheet (SheetView object) from the collection at the specified index.
Syntax
'Declaration
 
Public Shadows Sub RemoveAt( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As SheetViewCollection
Dim index As Integer
 
instance.RemoveAt(index)

Parameters

index
Zero-based index of the sheet to remove from the collection
Exceptions
ExceptionDescription
Specified sheet index is not valid; must be between 0 and the total number of sheets in the collection
See Also