Note

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

Access to this page requires authorization. You can try .

Excel.RowPropertiesLoadOptions interface

Package:
excel

Represents which row properties to load, when used as part of a "range.getRowProperties" method.

API set: ExcelApi 1.9

Remarks

Used by

Properties

format

Specifies whether to load on the format property.

API set: ExcelApi 1.9

rowHidden

Specifies whether to load on the rowHidden property.

API set: ExcelApi 1.9

rowIndex

Specifies whether to load on the rowIndex property.

API set: ExcelApi 1.9

Property Details

format

Specifies whether to load on the format property.

API set: ExcelApi 1.9

format?: Excel.CellPropertiesFormatLoadOptions & {
 rowHeight?: boolean;
 };

Property Value

Excel.CellPropertiesFormatLoadOptions & { rowHeight?: boolean; }

rowHidden

Specifies whether to load on the rowHidden property.

API set: ExcelApi 1.9

rowHidden?: boolean;

Property Value

boolean

rowIndex

Specifies whether to load on the rowIndex property.

API set: ExcelApi 1.9

rowIndex?: boolean;

Property Value

boolean


Feedback

Was this page helpful?