Return the number of ACTIVE 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 GetNotAckedAlarmsCount()
Visual Basic
Public Function GetNotAckedAlarmsCount As Integer
JScript
public function GetNotAckedAlarmsCount() : int

Remarks

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

See Also