Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Sort Class / Range Property


In This Topic
    Range Property (Sort)
    In This Topic
    Gets the range of values on which the sort is performed.
    Syntax
    'Declaration
     
    
    Public Property Range As Reference
    'Usage
     
    
    Dim instance As Sort
    Dim value As Reference
     
    instance.Range = value
     
    value = instance.Range
    public Reference Range {get; set;}

    Property Value

    A Reference 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