Excel.Interfaces.FilterLoadOptions interface
Manages the filtering of a table's column.
Remarks
Properties
$all | Specifying |
criteria | The currently applied filter on the given column. |
Property Details
$all
Specifying $all
for the load options loads all the scalar properties (such as Range.address
) but not the navigational properties (such as Range.format.fill.color
).
$all?: boolean;
Property Value
boolean
criteria
The currently applied filter on the given column.
criteria?: boolean;
Property Value
boolean