Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SortingEventArgs Class
Properties


In This Topic
    SortingEventArgs Class Members
    In This Topic

    The following tables list the members exposed by SortingEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new object with the Sorting event arguments.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets whether to sort by rows (or columns).  
    Public PropertyGets or sets whether to cancel the default processing of sorting.  
    Public PropertyGets the index of the starting column of the block of cells to sort.  
    Public PropertyGets the number of columns in the block of cells to sort.  
    Public PropertyGets the index of the starting row of the block of cells to sort.  
    Public PropertyGets the number of rows in the block of cells to sort.  
    Public PropertyGets the Sheet (SheetView object) to be sorted.  
    Public PropertyGets the SortArgs objects that contain sort criteria and information about how to perform the sort.  
    Public PropertyGets the SortingMode setting that specifies the sorting behavior.  
    Top
    See Also