Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / EntireRow Property


In This Topic
    EntireRow Property
    In This Topic
    Gets a IRange object that represents the entire row (or rows) that contains the specified range.
    Syntax
    'Declaration
     
    
    ReadOnly Property EntireRow As IRange
    'Usage
     
    
    Dim instance As IRange
    Dim value As IRange
     
    value = instance.EntireRow
    IRange EntireRow {get;}

    Property Value

    A IRange object that represents the entire row.
    See Also