Version

WorksheetSortSettings Class Members

The following tables list the members exposed by WorksheetSortSettings.

Public Properties
 NameDescription
Public PropertyCaseSensitiveGets or sets the value which indicates whether strings should be compared case-sensitively when they are sorted. (Inherited from Infragistics.Documents.Excel.Sorting.SortSettings<RelativeIndex>)
Public PropertyRegionReturns the region that the filter settings is applied to (read-only).  
Public PropertySortConditionsGets the collection of sort conditions to use when sorting the region of data. (Inherited from Infragistics.Documents.Excel.Sorting.SortSettings<RelativeIndex>)
Public PropertySortTypeDetermines whether columns or rows will be sorted within the region. 'Rows' is the default.  
Public Methods
 NameDescription
Public MethodClearRegionClears the region as well as any existing sort criteria  
Public MethodReapplySortConditionsRe-sorts all data cells in the region based on the sort conditions.  
Public MethodSetRegionOverloaded. Sets the region where the filter settings should be applied  
Protected Methods
 NameDescription
Protected MethodInitializeRegionOverridden. Initializes the region to null  
See Also