Excel.SettableRowProperties interface
Represents the input parameter of setRowProperties.
- Extends
Properties
format | Represents the |
row |
Represents the |
Property Details
format
Represents the format
property.
format?: Excel.CellPropertiesFormat & {
rowHeight?: number;
};
Property Value
Excel.CellPropertiesFormat & { rowHeight?: number; }
rowHidden
Represents the rowHidden
property.
rowHidden?: 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