Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SortCommand Class
Members


In This Topic
    SortCommand Class
    In This Topic
    Represents a command for sorting operation.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class SortCommand 
       Inherits RangeCommand
    'Usage
     
    
    Dim instance As SortCommand
    public sealed class SortCommand : RangeCommand 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Spreadsheet.Commands.Command
          GrapeCity.Spreadsheet.Commands.RangeCommand
             GrapeCity.Spreadsheet.Commands.SortCommand

    See Also