Spread WPF 17
GrapeCity.CalcEngine.Expressions Namespace / CalcRangeExpression Class / StartColumnRelative Property


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

    Property Value

    true if the start column coordinate is are relative; otherwise, false.
    See Also