Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Excel.ColumnPropertiesLoadOptions interface

Package:
excel

Represents which column properties to load, when used as part of a "range.getColumnProperties" method.

API set: ExcelApi 1.9

Remarks

Used by

Properties

columnHidden

Specifies whether to load on the columnHidden property.

API set: ExcelApi 1.9

columnIndex

Specifies whether to load on the columnIndex property.

API set: ExcelApi 1.9

format

Specifies whether to load on the format property.

API set: ExcelApi 1.9

Property Details

columnHidden

Specifies whether to load on the columnHidden property.

API set: ExcelApi 1.9

columnHidden?: boolean;

Property Value

boolean

columnIndex

Specifies whether to load on the columnIndex property.

API set: ExcelApi 1.9

columnIndex?: boolean;

Property Value

boolean

format

Specifies whether to load on the format property.

API set: ExcelApi 1.9

format?: Excel.CellPropertiesFormatLoadOptions & {
 columnWidth?: boolean;
 };

Property Value

Excel.CellPropertiesFormatLoadOptions & { columnWidth?: boolean; }


Feedback

Was this page helpful?