Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Excel.SettableRowProperties interface

Package:
excel

Represents the input parameter of setRowProperties.

API set: ExcelApi 1.9

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


Feedback

Was this page helpful?