Overload | Description |
---|---|
RemoveAt | Removes a sheet (SheetView object) from the collection at the specified index. |
Overload | Description |
---|---|
RemoveAt | Removes a sheet (SheetView object) 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)
SheetViewCollection Class
SheetViewCollection Members
Remove Method