Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellReference Structure / Relation Property


In This Topic
Relation Property
In This Topic
Gets the relative of this CellReference with the source.
Syntax
'Declaration
 
Public ReadOnly Property Relation As CellRelation
 
'Usage
 
Dim instance As CellReference
Dim value As CellRelation
 
value = instance.Relation

Property Value

A Relation value represents the relative of this CellReference with the source.
See Also