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

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