Spread Windows Forms 12.0 Product Documentation
Item(Int32) Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorkbooks Interface > Item Property : Item(Int32) Property
An integer value indicates the IWorkbook index.
Gets the specified IWorkbook by the zero based index.
Syntax
'Declaration
 
Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As IWorkbook
'Usage
 
Dim instance As IWorkbooks
Dim index As Integer
Dim value As IWorkbook
 
value = instance.Item(index)
IWorkbook Item( 
   int index
) {get;}

Parameters

index
An integer value indicates the IWorkbook index.

Property Value

The Worksheet at the specified index.
See Also

Reference

IWorkbooks Interface
IWorkbooks Members
Overload List