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


In This Topic
    Orientation Property (SortInfo)
    In This Topic
    Gets or sets the orientation for the sort.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Orientation As SortOrientation
    'Usage
     
    Dim instance As SortInfo
    Dim value As SortOrientation
     
    instance.Orientation = value
     
    value = instance.Orientation
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public SortOrientation Orientation {get; set;}
    See Also