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


In This Topic
    SortedEventArgs Class Members
    In This Topic

    The following tables list the members exposed by SortedEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new object with the Sorted event arguments.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets whether to sort by rows (or columns).  
    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 SheetView object.  
    Public PropertyGets the SortArgs object that contains sort criteria and information about how to perform the sort.  
    Public PropertyGets the SortingMode setting.  
    Top
    See Also