ig.excel.WorksheetTableAreaFormatsCollection`1

A collection of formats for areas of a WorksheetTable.

Dependencies

jquery-1.4.4.js
infragistics.util.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 <a href="ig.excel.IWorksheetCellFormat.html">IWorksheetCellFormat</a> 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.

Copyright © 1996 - 2024 Infragistics, Inc. All rights reserved.

#