Spread Windows Forms 12.0 Product Documentation
Worksheet Property (IRange)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : Worksheet Property
Gets a Worksheet object that represents the worksheet containing the specified range.
Syntax
'Declaration
 
ReadOnly Property Worksheet As IWorksheet
'Usage
 
Dim instance As IRange
Dim value As IWorksheet
 
value = instance.Worksheet
IWorksheet Worksheet {get;}

Property Value

A Worksheet object that represents the worksheet containing the specified range.
See Also

Reference

IRange Interface
IRange Members