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