Version

Search Results

SetRegion(String,CellReferenceMode) Method

Sets the region where the filter settings should be applied Syntax Parameters address The address of the new region.cellReferenceMode The reference to use the parse the address. Exceptions Exception Description System.InvalidOperationException If the region intersects with a table of other reserved area in the wor...

SetRegion Method (WorksheetSortSettings)

Sets the region where the filter settings should be applied Overload List

SortType Property

Determines whether columns or rows will be sorted within the region. Rows is the default. Syntax Remarks Note: when this property is changed all existing sort conditions will be cleared so this property should be set before sort conditions are added.

Infragistics.Documents.Excel.Sorting Namespace

Classes Class Description Interfaces Interface Description Enumerations Enumeration Description See Also Reference Infragistics.Documents.Excel Assembly

StandardTableStyleCollection Class

A collection of standard WorksheetTableStyle instances which can be applied to a WorksheetTable in a Workbook. Syntax

Count Property (StandardTableStyleCollection)

Gets the number of custom WorksheetTableStyle instances in the collection. Syntax

Item(Int32) Property

Gets the WorksheetTableStyle at the specified index. Syntax Parameters index The index at which to get the WorksheetTableStyle. Property Value The WorksheetTableStyle instance at the specified index. Exceptions Exception Description System.ArgumentOutOfRangeException index is less than 0 or greater than or equal t...

Item(String) Property

Gets the WorksheetTableStyle with the specified name. Syntax Parameters name The name of the WorksheetTableStyle to find. Property Value The WorksheetTableStyle instance with the specified name or null if a table style with that name does not exist. Remarks Table style names are compared case-insensitively.