SelectAlarmRow Method

Selects a row in the Alarm Summary object.

Syntax

object.SelectAlarmRow(RowNum As Integer, bSelect As Boolean) As Integer

Properties

The SelectAlarmRow method syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

RowNum

Integer. The row in the Alarm Summary object's spreadsheet you want to select. Row numbers start at 1 and you can specify any row even if it is not visible on the screen.

bSelect

Boolean. When True, the row is selected. When False, the row is not selected.

Return Value

Zero. Reserved for future use.

Remarks

Selecting a row that is not displayed on the screen does not cause the spreadsheet to scroll to the selected row.

If you select a row that is not visible, you will not receive the Acknowledgement status, the Latched Alarm status, the Value, and the User Defined Columns when calling the GetSelectedRow or GetSelectedUserDefFields methods. You can work around this by reading these values after calling the GetSelectedRow method.

 

Example

Applies To