Excel.SettableColumnProperties interface
Represents the input parameter of setColumnProperties.
[Api set: ExcelApi 1.9]
- Extends
Properties
| column |
Represents the [Api set: ExcelApi 1.9] |
| format | Represents the [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; }