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; }
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins