Edit

Share via


ExcelScript.NamedItemArrayValues interface

Represents an object containing values and types of a named item.

Methods

getTypes()

Represents the types for each item in the named item array

getValues()

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

Method Details

getTypes()

Represents the types for each item in the named item array

TypeScript
getTypes(): RangeValueType[][];

Returns

getValues()

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

TypeScript
getValues(): (string | number | boolean)[][];

Returns

(string | number | boolean)[][]