ig.excel.StandardTableStyleCollection
A collection of standard WorksheetTableStyle instances which can be applied to a WorksheetTable in a
Workbook.
Dependencies
jquery-1.4.4.js
infragistics.util.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.ext_core.js
infragistics.documents.core_core.js
infragistics.ext_ui.js
The current widget has no options.
The current widget has no events.
-
count
- .count( );
Gets the number of custom WorksheetTableStyle instances in the collection.
-
item
- .item( index:number );
- Return Type:
- ig.excel.WorksheetTableStyle
- Return Type Description:
- The WorksheetTableStyle instance at the specified index.
Gets the WorksheetTableStyle at the specified index.
- index
- Type:number
- The index at which to get the WorksheetTableStyle.
Exceptions
Exception Description ig.ArgumentOutOfRangeException index is less than 0 or greater than or equal to StandardTableStyleCollection.count. -
item
- .item( name:string );
- Return Type:
- ig.excel.WorksheetTableStyle
- Return Type Description:
- The WorksheetTableStyle instance with the specified name or null if a table style with that name does not exist.
Gets the WorksheetTableStyle with the specified name.
- name
- Type:string
- The name of the WorksheetTableStyle to find.
Remarks
Table style names are compared case-insensitively.