Spread Windows Forms 12.0 Product Documentation
Relation Property


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > CellReference Structure : Relation Property
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
public CellRelation Relation {get;}

Property Value

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

Reference

CellReference Structure
CellReference Members