Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISort Interface / Rng Property


In This Topic
    Rng Property
    In This Topic
    Gets or sets the range of values on which the sort is performed.
    Syntax
    'Declaration
     
    
    ReadOnly Property Rng As IRange
    'Usage
     
    
    Dim instance As ISort
    Dim value As IRange
     
    value = instance.Rng
    IRange Rng {get;}

    Property Value

    An IRange value represents the range of values on which the sort is performed.
    Remarks
    This property can be changed when applying a sort to a sheet range, and cannot be changed if the range is within a table.
    See Also