Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / RangeReference Structure / Relation2 Property


In This Topic
    Relation2 Property
    In This Topic
    Gets the relative of the bottom right cell with the source.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Relation2 As CellRelation
    'Usage
     
    
    Dim instance As RangeReference
    Dim value As CellRelation
     
    value = instance.Relation2
    public CellRelation Relation2 {get;}

    Property Value

    A Relation value represents the relative of the bottom right cell with the source.
    See Also