GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Worksheet Property


In This Topic
Worksheet Property (IRange)
In This Topic
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

Property Value

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