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


In This Topic
    IsFullColumn Property (CalcExternalRangeExpression)
    In This Topic
    Gets a value indicating whether this instance is full column.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsFullColumn As Boolean
    'Usage
     
    Dim instance As CalcExternalRangeExpression
    Dim value As Boolean
     
    value = instance.IsFullColumn
    public bool IsFullColumn {get;}

    Property Value

    true if this instance is full column; otherwise, false.
    See Also