Overload | Description |
---|---|
Item(Int32) | Gets or sets the sheet (SheetView object) at the specified position in the collection. |
Item(String) | Gets or sets the sheet (SheetView object) at the specified position in the collection. |
Overload | Description |
---|---|
Item(Int32) | Gets or sets the sheet (SheetView object) at the specified position in the collection. |
Item(String) | Gets or sets the sheet (SheetView object) at the specified position in the collection. |
Exception | Description |
---|---|
System.Exception | Specified sheet index is invalid; must be between 0 and total number of sheets in the collection |
System.ArgumentNullException | Sheet index is not specified (that is, specified index is null) |
fpSpread1.Sheets.Count = 3; fpSpread1.TabStripPolicy = FarPoint.Win.Spread.TabStripPolicy.Always; fpSpread1.Sheets[0].ColumnCount = 2;
FpSpread1.Sheets.Count = 3 FpSpread1.TabStripPolicy = FarPoint.Win.Spread.TabStripPolicy.Always FpSpread1.Sheets.Item(0).ColumnCount = 2