[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IWorkbooks.Item

this Property

this[int]

Gets the specified IWorkbook by the zero based index.

Declaration
IWorkbook this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IWorkbook
Parameters
Type Name Description
int index

An integer value indicates the IWorkbook index.

Property Value
Type Description
IWorkbook

The GrapeCity.Spreadsheet.Worksheet at the specified index.

this[string]

Gets the specified IWorkbook by the IWorkbook name.

Declaration
IWorkbook this[string name] { get; }
ReadOnly Default Property Item(name As String) As IWorkbook
Parameters
Type Name Description
string name
Property Value
Type Description
IWorkbook

The IWorkbook which has the specified name.