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