Share via


Apply Method

As it applies to the Filter object.

Applies a filter to a view in a project.

expression.Apply(Highlight)

*expression   * Required. An expression that returns a Filter object.

Highlight    Optional Boolean. True if Project highlights the applied filter. The default value is False.

As it applies to the Table object.

Applies a filter to a view in a project.

expression.Apply()

*expression   * Required. An expression that returns a Table object.

As it applies to the View object.

Applies a filter to a view in a project.

expression.Apply()

*expression   * Required. An expression that returns a View object.

As it applies to the ViewCombination object.

Applies a filter to a view in a project.

expression.Apply()

*expression   * Required. An expression that returns a ViewCombination object.

As it applies to the ViewSingle object.

Applies a filter to a view in a project.

expression.Apply()

*expression   * Required. An expression that returns a ViewSingle object.

Applies to | Filter Object, Filters Collection Object | Table Object, Tables Collection Object | View Object, Views Collection Object | ViewCombination Object, ViewsCombination Collection Object | ViewSingle Object, ViewsSingle Collection Object