Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISort Interface / Orientation Property


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