Spread WPF 18
GrapeCity.CalcEngine Namespace / CellReference Structure / Relation Property


In This Topic
    Relation Property (CellReference)
    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
    public CellRelation Relation {get;}

    Property Value

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