Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / RangeReference Structure / IsWholeColumn Property


In This Topic
    IsWholeColumn Property
    In This Topic
    Gets a value indicating whether this instance is whole column.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsWholeColumn As Boolean
    'Usage
     
    
    Dim instance As RangeReference
    Dim value As Boolean
     
    value = instance.IsWholeColumn
    public bool IsWholeColumn {get;}

    Property Value

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