Spread Windows Forms 12.0 Product Documentation
Item(Int32) Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheets Interface > Item Property : Item(Int32) Property
An integer value indicates the worksheet index.
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)
IWorksheet Item( 
   int index
) {get;}

Parameters

index
An integer value indicates the worksheet index.

Property Value

The IWorksheet at the specified index.
See Also

Reference

IWorksheets Interface
IWorksheets Members
Overload List