AdvancedFilter
Contents
[
Hide
]AdvancedFilter class
Represents the settings of advanced filter.
class AdvancedFilter;
Methods
Method | Description |
---|---|
getListRange() | Gets the list range of this advanced filter. |
getCriteriaRange() | Gets the criteria range of this advanced filter. |
getCopyToRange() | Gets the range where copying the resut of this advanced filter to. |
isNull() | Checks whether the implementation object is null. |
getListRange()
Gets the list range of this advanced filter.
getListRange() : string;
getCriteriaRange()
Gets the criteria range of this advanced filter.
getCriteriaRange() : string;
getCopyToRange()
Gets the range where copying the resut of this advanced filter to.
getCopyToRange() : string;
isNull()
Checks whether the implementation object is null.
isNull() : boolean;