ig.excel.WorksheetTableArea

Represents the various areas which can have a format applied at the table level.

Dependencies

jquery-1.4.4.js
infragistics.util.js
infragistics.ext_core.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.documents.core_core.js
infragistics.ext_ui.js
  • dataArea

    Type:
    ig.excel.WorksheetTableArea
    Default:
    1

    The format is applied to the data area of the table.

  • headerRow

    Type:
    ig.excel.WorksheetTableArea
    Default:
    2

    The format is applied to the header row of the table. All but the top border properties can be set on this area format. Setting the top border properties will cause an exception.

  • totalsRow

    Type:
    ig.excel.WorksheetTableArea
    Default:
    3

    The format is applied to the totals row of the table. All but the bottom border properties can be set on this area format. Setting the bottom border properties will cause an exception.

  • wholeTable

    Type:
    ig.excel.WorksheetTableArea
    Default:
    0

    The format is applied to the entire table. Only the outer border properties can be set on this area format. Setting any other will cause an exception.

The current widget has no events.
The current widget has no public methods.

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