Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.ColumnPropertiesLoadOptions interface
- Package:
- excel
Represents which column properties to load, when used as part of a "range.getColumnProperties" method.
- Extends
Properties
| columnHidden | Specifies whether to load on the |
| columnIndex | Specifies whether to load on the |
| format | Specifies whether to load on the |
Property Details
columnHidden
Specifies whether to load on the columnHidden property.
columnHidden?: boolean;
Property Value
boolean
columnIndex
Specifies whether to load on the columnIndex property.
columnIndex?: boolean;
Property Value
boolean
format
Specifies whether to load on the format property.
format?: Excel.CellPropertiesFormatLoadOptions & {
columnWidth?: boolean;
};
Property Value
Excel.CellPropertiesFormatLoadOptions & { columnWidth?: boolean; }
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?
