Return the number of ACTIVE ACKED rows in the grid.

Namespace: Ico.Awx.DataGrid
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public int GetActiveAckedAlarmsCount()
Visual Basic
Public Function GetActiveAckedAlarmsCount As Integer
JScript
public function GetActiveAckedAlarmsCount() : int

Remarks

It's an optimized way to get the number of rows

See Also