Removes the specified subgroup from this group. If the filter is not a member of this
group, it will not be removed.
Namespace: Spotfire.Dxp.Application.Filters
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
public void Remove( FilterSubGroup subGroup )
Parameters
- subGroup
- Type: Spotfire.Dxp.Application.FiltersFilterSubGroup
The sub group to remove.
Exceptions
Exception | Condition |
---|---|
ArgumentException | subGroup is not empty (that is, it contains one or more filters or if subGroup is the current object. |
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also