Edit

Excel.RowProperties interface

Represents the returned properties of getRowProperties.

API set: ExcelApi 1.9

Extends

Remarks

Used by

Properties

address

Represents the address property.

API set: ExcelApi 1.9

addressLocal

Represents the addressLocal property.

API set: ExcelApi 1.9

rowIndex

Represents the rowIndex property.

API set: ExcelApi 1.9

Property Details

address

Represents the address property.

API set: ExcelApi 1.9

address?: string;

Property Value

string

addressLocal

Represents the addressLocal property.

API set: ExcelApi 1.9

addressLocal?: string;

Property Value

string

rowIndex

Represents the rowIndex property.

API set: ExcelApi 1.9

rowIndex?: number;

Property Value

number