DataDrivenConditionRemoveTargetCell Method |
Removes the target data cell from the current instance monitoring list.
Namespace:
Dundas.BI.Notifications
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public void RemoveTargetCell(
TargetDataCell targetCell
)
Public Sub RemoveTargetCell (
targetCell As TargetDataCell
)
public:
void RemoveTargetCell(
TargetDataCell^ targetCell
)
member RemoveTargetCell :
targetCell : TargetDataCell -> unit
Parameters
- targetCell
- Type: Dundas.BI.NotificationsTargetDataCell
The target cell.
Exceptions See Also