Selects only the rows that are visible in the ListView

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

Syntax

C#
public void SelectVisibleRows()
Visual Basic
Public Sub SelectVisibleRows
JScript
public function SelectVisibleRows()

Remarks

If SelectionMode is set to Single and the filter returns multiple rows only the first one is selected

See Also