ig.excel.WorksheetColumnWidthUnit

Represents the various units in which a column width can be represented.

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
  • character

    Type:
    ig.excel.WorksheetColumnWidthUnit
    Default:
    0

    The column width is represented in units of the '0' digit character width, including column padding. The digit is measured with the default font for the workbook. The padding is a few pixels on either side of the column plus an additional pixel for the gridline.

  • character256th

    Type:
    ig.excel.WorksheetColumnWidthUnit
    Default:
    1

    The column width is represented in 256ths of the '0' digit character width, including column padding, which means this value will be 256 times the width expressed in Character units. The digit is measured with the default font for the workbook. The padding is a few pixels on either side of the column plus an additional pixel for the gridline. These units are the units in which the WorksheetColumn.width and Worksheet.defaultColumnWidth properties are expressed.

  • characterPaddingExcluded

    Type:
    ig.excel.WorksheetColumnWidthUnit
    Default:
    2

    The column width is represented in units of the '0' digit character width, excluding padding. The digit is measured with the default font for the workbook. These units are the units in which Microsoft Excel displays column widths to the user and accepts new column widths from the user in the 'Column Width' dialog.

  • pixel

    Type:
    ig.excel.WorksheetColumnWidthUnit
    Default:
    3

    The column width is represented in pixels.

  • point

    Type:
    ig.excel.WorksheetColumnWidthUnit
    Default:
    4

    The column width is represented in points.

  • twip

    Type:
    ig.excel.WorksheetColumnWidthUnit
    Default:
    5

    The column width is represented in twips (20ths of a point).

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

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