[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetViewCollection.RemoveAt

RemoveAt Method

RemoveAt(int)

Removes a sheet (SheetView object) from the collection at the specified index.

Declaration
public void RemoveAt(int index)
Public Sub RemoveAt(index As Integer)
Parameters
Type Name Description
int index

Zero-based index of the sheet to remove from the collection

Implements
Exceptions
Type Condition
IndexOutOfRangeException

Specified sheet index is not valid; must be between 0 and the total number of sheets in the collection