Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / SortInfo Class / Range Property


In This Topic
    Range Property (SortInfo)
    In This Topic
    Gets the range of values on which the sort is performed.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property Range As SelectionInfo
    'Usage
     
    Dim instance As SortInfo
    Dim value As SelectionInfo
     
    instance.Range = value
     
    value = instance.Range
    [DefaultValue("")]
    public SelectionInfo Range {get; set;}
    See Also