Edit

Excel.CellProperties interface

Represents the returned properties of getCellProperties.

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

hidden

Represents the hidden 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

hidden

Represents the hidden property.

API set: ExcelApi 1.9

hidden?: boolean;

Property Value

boolean