Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ExcelScript.NamedItemArrayValues interface
- Package:
- ExcelScript
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
getTypes(): RangeValueType[][];
Returns
getValues()
Represents the values of each item in the named item array.
getValues(): (string | number | boolean)[][];
Returns
(string | number | boolean)[][]
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 Scripts
Feedback
Was this page helpful?
