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


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

    Property Value

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