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


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

    Property Value

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