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


In This Topic
    Relation Property (RangeReference)
    In This Topic
    Gets the relative of the top left cell with the source.
    Syntax
    'Declaration
     
    Public ReadOnly Property Relation As CellRelation
    'Usage
     
    Dim instance As RangeReference
    Dim value As CellRelation
     
    value = instance.Relation
    public CellRelation Relation {get;}

    Property Value

    A Relation value represents the relative of the top left cell with the source.
    See Also