Excel.ColumnPropertiesLoadOptions interface
Represents which column properties to load, when used as part of a "range.getColumnProperties" method.
- Extends
column |
Specifies whether to load on the |
column |
Specifies whether to load on the |
format | Specifies whether to load on the |
Specifies whether to load on the columnHidden
property.
TypeScript
columnHidden?: boolean;
Property Value
boolean
Specifies whether to load on the columnIndex
property.
TypeScript
columnIndex?: boolean;
Property Value
boolean
Specifies whether to load on the format
property.
TypeScript
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
Office Add-ins is an open source project. Select a link to provide feedback: