Gets the rows in the
AwxView that are selected by the user. It's also possible to specify only the visible rows.
Namespace: Ico.AwxAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public DataRowList GetSelectedRows(
bool visibleRowsOnly
) |
| Visual Basic |
|---|
Public Function GetSelectedRows ( _
visibleRowsOnly As Boolean _
) As DataRowList |
| JScript |
|---|
public function GetSelectedRows(
visibleRowsOnly : boolean
) : DataRowList |
Parameters
- visibleRowsOnly
- Type: System..::..Boolean
Specifies if only visible rows should be returned
See Also