Spread Windows Forms 12.0 Product Documentation
RemoveAt Method (SheetViewCollection)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetViewCollection Class : RemoveAt Method
Removes a sheet (SheetView object) from the collection at the specified index.
Overload List
OverloadDescription
Removes a sheet (SheetView object) from the collection at the specified index.  
Example
This example removes a sheet from the collection at the specified index.
fpSpread1.Sheets.Count = 3;
fpSpread1.TabStripPolicy = FarPoint.Win.Spread.TabStripPolicy.Always;
fpSpread1.Sheets.RemoveAt(1);
FpSpread1.Sheets.Count = 3
FpSpread1.TabStripPolicy = FarPoint.Win.Spread.TabStripPolicy.Always
FpSpread1.Sheets.RemoveAt(1)
See Also

Reference

SheetViewCollection Class
SheetViewCollection Members
Remove Method

User-Task Documentation

Removing a Sheet