Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Excel.ColumnProperties interface

Package:
excel

Represents the returned properties of getColumnProperties.

API set: ExcelApi 1.9

Remarks

Used by

Properties

address

Represents the address property.

API set: ExcelApi 1.9

addressLocal

Represents the addressLocal property.

API set: ExcelApi 1.9

columnIndex

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

columnIndex

Represents the columnIndex property.

API set: ExcelApi 1.9

columnIndex?: number;

Property Value

number


Feedback

Was this page helpful?