Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Sort Class / Orientation Property


In This Topic
    Orientation Property (Sort)
    In This Topic
    Gets or sets the orientation for the sort.
    Syntax
    'Declaration
     
    
    Public Property Orientation As SortOrientation
    'Usage
     
    
    Dim instance As Sort
    Dim value As SortOrientation
     
    instance.Orientation = value
     
    value = instance.Orientation
    public SortOrientation Orientation {get; set;}
    See Also