Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ExternalVariable Class / ContextWorksheet Property


In This Topic
ContextWorksheet Property (ExternalVariable)
In This Topic
Gets the context worksheet to evaluate.
Syntax
'Declaration
 
Protected Overridable ReadOnly Property ContextWorksheet As IWorksheet
 
'Usage
 
Dim instance As ExternalVariable
Dim value As IWorksheet
 
value = instance.ContextWorksheet

Property Value

An IWorksheet object represents the context worksheet.
See Also