Spread Windows Forms 12.0 Product Documentation
RemoveAt(Int32) Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetViewCollection Class : RemoveAt(Int32) Method
Zero-based index of the sheet to remove from the collection
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)
public new void RemoveAt( 
   int 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

Reference

SheetViewCollection Class
SheetViewCollection Members