TableColumnFilter.values

Property Description

The values for the table column filter.

Type

Array<null | Object | boolean | number | string | Date>

Module

N/workbook Module

Parent Object

workbook.TableColumnFilter

Sibling Object Members

TableColumnFilter Object Members

Since

2021.2

Errors

Error Code

Thrown If

WRONG_PARAMETER_TYPE

The value specified for this property is not an array, or a value inside the array is not supported. Supported values are null, Object, boolean, number, string, and Date.

Related Topics

General Notices