Edit

Excel.RowProperties interface

Represents the returned properties of getRowProperties.

[Api set: ExcelApi 1.9]

Extends

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