Excel.RowPropertiesLoadOptions interface
Represents which row properties to load, when used as part of a "range.getRowProperties" method.
- Extends
Properties
format | Specifies whether to load on the |
row |
Specifies whether to load on the |
row |
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