Spread Silverlight Documentation
Item(Int32) Property


GrapeCity.Windows.SpreadSheet.Data Namespace > Workbook Class > Item Property : Item(Int32) Property
The index of the sheet.
Gets the worksheet at the specified index.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal index As System.Integer _
) As Worksheet
'Usage
 
Dim instance As Workbook
Dim index As System.Integer
Dim value As Worksheet
 
value = instance.Item(index)
public Worksheet Item( 
   System.int index
) {get;}

Parameters

index
The index of the sheet.

Property Value

The worksheet at the specified index.
See Also

Reference

Workbook Class
Workbook Members
Overload List