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.
- Extends
Properties
| columnHidden | 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
Feedback
Was this page helpful?
