Spread Windows Forms 12.0 Product Documentation
Worksheet Property (IName)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IName Interface : Worksheet Property
Gets the scope of name as local worksheet.
Syntax
'Declaration
 
ReadOnly Property Worksheet As IWorksheet
'Usage
 
Dim instance As IName
Dim value As IWorksheet
 
value = instance.Worksheet
IWorksheet Worksheet {get;}

Property Value

The Worksheet object indicates the scope of name. Returns null if the scope of name is entire workbook.
See Also

Reference

IName Interface
IName Members