Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / SheetInfo Class / Sort Property


In This Topic
    Sort Property (SheetInfo)
    In This Topic
    Gets a SortInfo object for the sort in the sheet.
    Syntax
    'Declaration
     
    <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    <NotifyParentPropertyAttribute(True)>
    Public Property Sort As SortInfo
    'Usage
     
    Dim instance As SheetInfo
    Dim value As SortInfo
     
    instance.Sort = value
     
    value = instance.Sort
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    [NotifyParentProperty(true)]
    public SortInfo Sort {get; set;}
    See Also