Excel.SettableRowProperties interface

Represents the input parameter of setRowProperties.

[ API set: ExcelApi 1.9 ]

Extends

Properties

format

Represents the format property.

[ API set: ExcelApi 1.9 ]

rowHidden

Represents the rowHidden property.

[ 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