[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ISheetTabs.Item

this Property

this[int]

Gets the sheet tab using the index.

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

The index.

Property Value
Type Description
ISheetTab

The sheet tab at the specified index.

this[string]

Gets the sheet tab using the name.

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

The name of the sheet tab.

Property Value
Type Description
ISheetTab

The sheet tab with the specified name.