Edit

Share via


Excel.Interfaces.NamedItemArrayValuesData interface

An interface describing the data returned by calling namedItemArrayValues.toJSON().

Properties

types

Represents the types for each item in the named item array

values

Represents the values of each item in the named item array.

Property Details

types

Represents the types for each item in the named item array

TypeScript
types?: Excel.RangeValueType[][];

Property Value

Remarks

[ API set: ExcelApi 1.7 ]

values

Represents the values of each item in the named item array.

TypeScript
values?: any[][];

Property Value

any[][]

Remarks

[ API set: ExcelApi 1.7 ]