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