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[][]
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins