[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SheetViewCollection.Item

this Property

this[int]

Gets or sets the sheet at a specific position in the collection.

Declaration
public SheetView this[int index] { get; set; }
Public Default Property Item(index As Integer) As SheetView
Parameters
Type Name Description
int index
Exceptions
Type Condition
ArgumentException

Sheet index must be between 0 and total number of sheets.

this[string]

Gets or sets the sheet (SheetView object) at the specified position in the collection.

Declaration
public SheetView this[string index] { get; set; }
Public Default Property Item(index As String) As SheetView
Parameters
Type Name Description
string index
Exceptions
Type Condition
Exception

Specified sheet name is not found in the sheet collection.

ArgumentNullException

Sheet name is not specified (that is, specified index is null or empty)