Edit

Excel.RowPropertiesLoadOptions interface

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

[Api set: ExcelApi 1.9]

Extends

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