Spread WPF 17
GrapeCity.CalcEngine.Expressions Namespace / CalcExternalCellExpression Class / RowRelative Property


In This Topic
    RowRelative Property (CalcExternalCellExpression)
    In This Topic
    Gets a value indicating whether the row coordinate is relative.
    Syntax
    'Declaration
     
    Public ReadOnly Property RowRelative As Boolean
    'Usage
     
    Dim instance As CalcExternalCellExpression
    Dim value As Boolean
     
    value = instance.RowRelative
    public bool RowRelative {get;}

    Property Value

    true if the row coordinate is relative; otherwise, false.
    See Also