GrapeCity.Xaml.SpreadSheet.Data
Item(String) Property


GrapeCity.Xaml.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 String _
) As Worksheet
'Usage
 
Dim instance As Workbook
Dim name As String
Dim value As Worksheet
 
value = instance.Item(name)
public Worksheet Item( 
   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