Edit

Excel.SettableRowProperties interface

Represents the input parameter of setRowProperties.

API set: ExcelApi 1.9

Extends

Remarks

Used by

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