Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableRow Interface / Range Property


In This Topic
    Range Property (ITableRow)
    In This Topic
    Gets an IRange object that represents the range to which the specified table object in the above table applies.
    Syntax
    'Declaration
     
    
    ReadOnly Property Range As IRange
    'Usage
     
    
    Dim instance As ITableRow
    Dim value As IRange
     
    value = instance.Range
    IRange Range {get;}

    Property Value

    The IRange object that represents the range to which the specified table object in the above table applies.
    See Also