Gets the visible rows in the AwxView. It's also possible to specify only the selected visible rows.

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

Syntax

C#
public DataRowList GetVisibleRows(
	bool selectedRowsOnly
)
Visual Basic
Public Function GetVisibleRows ( _
	selectedRowsOnly As Boolean _
) As DataRowList
JScript
public function GetVisibleRows(
	selectedRowsOnly : boolean
) : DataRowList

Parameters

selectedRowsOnly
Type: System..::..Boolean
Specifies if only user selected rows should be returned

See Also