Excel.SettableColumnProperties interface
Represents the input parameter of setColumnProperties.
- Extends
Properties
column |
Represents the |
format | Represents the |
Property Details
columnHidden
Represents the columnHidden
property.
columnHidden?: boolean;
Property Value
boolean
format
Represents the format
property.
format?: Excel.CellPropertiesFormat & {
columnWidth?: number;
};
Property Value
Excel.CellPropertiesFormat & { columnWidth?: number; }