Note

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

Access to this page requires authorization. You can try .

Excel.SettableColumnProperties interface

Package:
excel

Represents the input parameter of setColumnProperties.

API set: ExcelApi 1.9

Remarks

Used by

Properties

columnHidden

Represents the columnHidden property.

API set: ExcelApi 1.9

format

Represents the format property.

API set: ExcelApi 1.9

Property Details

columnHidden

Represents the columnHidden property.

API set: ExcelApi 1.9

columnHidden?: boolean;

Property Value

boolean

format

Represents the format property.

API set: ExcelApi 1.9

format?: Excel.CellPropertiesFormat & {
 columnWidth?: number;
 };

Property Value

Excel.CellPropertiesFormat & { columnWidth?: number; }


Feedback

Was this page helpful?