Excel.SettableRowProperties interface
Represents the input parameter of setRowProperties.
[Api set: ExcelApi 1.9]
- Extends
Properties
| format | Represents the [Api set: ExcelApi 1.9] |
| row |
Represents the [Api set: ExcelApi 1.9] |
Property Details
format
Represents the format property.
[Api set: ExcelApi 1.9]
format?: Excel.CellPropertiesFormat & {
rowHeight?: number;
};
Property Value
Excel.CellPropertiesFormat & { rowHeight?: number; }
rowHidden
Represents the rowHidden property.
[Api set: ExcelApi 1.9]
rowHidden?: boolean;
Property Value
boolean