Returns the row at the index specified
Namespace: Ico.AwxAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public AlarmData GetRowByIndex(
int index
) |
Visual Basic |
---|
Public Function GetRowByIndex ( _
index As Integer _
) As AlarmData |
JScript |
---|
public function GetRowByIndex(
index : int
) : AlarmData |
Parameters
- index
- Type: System..::..Int32
The index of the row that must be retrieved
Return Value
The list of rows found
Exceptions
Exception | Condition |
---|
System..::..ArgumentOutOfRangeException | The index should be smaller than the number of the rows in the table |
See Also