ig.excel.HorizontalCellAlignment

Enumeration for horizontal alignment styles. Default value is used in property override situations.

Dependencies

jquery-1.4.4.js
infragistics.util.js
  • center

    Type:
    ig.excel.HorizontalCellAlignment
    Default:
    2

    Centered alignment.

  • centerAcrossSelection

    Type:
    ig.excel.HorizontalCellAlignment
    Default:
    6

    Centers the contents of the left-most cell in a center across selection group. All other cells in the center across selection group must be empty. The cells are not merged, and the data may appear to be in a cell other than the left-most cell.

  • default

    Type:
    ig.excel.HorizontalCellAlignment
    Default:
    -1

    Use the current default.

  • distributed

    Type:
    ig.excel.HorizontalCellAlignment
    Default:
    7

    Distributed alignment.

  • fill

    Type:
    ig.excel.HorizontalCellAlignment
    Default:
    4

    Repeat cell value to fill whole cell.

  • general

    Type:
    ig.excel.HorizontalCellAlignment
    Default:
    0

    Alignment depends on underlying data type.

  • justify

    Type:
    ig.excel.HorizontalCellAlignment
    Default:
    5

    Justify alignment.

  • left

    Type:
    ig.excel.HorizontalCellAlignment
    Default:
    1

    Left alignment.

  • right

    Type:
    ig.excel.HorizontalCellAlignment
    Default:
    3

    Right alignment.

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

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