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...
Sets the region where the filter settings should be applied Overload List
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.
Classes Class Description Interfaces Interface Description Enumerations Enumeration Description See Also Reference Infragistics.Documents.Excel Assembly
A collection of standard WorksheetTableStyle instances which can be applied to a WorksheetTable in a Workbook. Syntax
Public Properties
Public Properties
Gets the number of custom WorksheetTableStyle instances in the collection. Syntax
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...
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.