ig.excel.WorksheetTableAreaFormatsCollection`1
A collection of formats for areas of a WorksheetTable.
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 area formats in the collection.
-
hasFormat
- .hasFormat( area:ig.excel.TArea );
- Return Type:
- boolean
- Return Type Description:
- True if the area has a non-default format applied; False otherwise.
Determines whether the area has a non-default format applied.
- area
- Type:ig.excel.TArea
- The area of which to test the format.
Exceptions
Exception Description ig.excel.InvalidEnumArgumentException area is not defined. -
item
- .item( area:ig.excel.TArea );
- Return Type:
- ig.excel.IWorksheetCellFormat
- Return Type Description:
- An IWorksheetCellFormat instance describing the appearance of the specified area.
Gets the format for the specified area.
- area
- Type:ig.excel.TArea
- The area for which to get the format.
Exceptions
Exception Description ig.excel.InvalidEnumArgumentException area is not defined.