Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CalcReference Class / GetSource Method


In This Topic
GetSource Method
In This Topic
Returns a CalcReference to the entire sheet.
Syntax
'Declaration
 
Public MustOverride Function GetSource() As CalcReference
 
'Usage
 
Dim instance As CalcReference
Dim value As CalcReference
 
value = instance.GetSource()
See Also