Spread Silverlight Documentation
Item(String) Property


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

Parameters

name
The name of the sheet.

Property Value

The worksheet with the specified name.
See Also

Reference

Workbook Class
Workbook Members
Overload List