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


In This Topic
    StartColumnRelative Property (CalcExternalRangeExpression)
    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 CalcExternalRangeExpression
    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