Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheets Interface / Item Property / Item(Int32) Property
An integer value indicates the worksheet index.


In This Topic
Item(Int32) Property
In This Topic
Gets the specified IWorksheet by the zero based index.
Syntax
'Declaration
 
Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As IWorksheet
 
'Usage
 
Dim instance As IWorksheets
Dim index As Integer
Dim value As IWorksheet
 
value = instance.Item(index)

Parameters

index
An integer value indicates the worksheet index.

Property Value

The IWorksheet at the specified index.
See Also