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


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

    Property Value

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