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
types?: Excel.RangeValueType[][];
Property Value
Remarks
values
Represents the values of each item in the named item array.
values?: any[][];
Property Value
any[][]