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