 | IColumnViewGetRow Method |
Returns an object that represents the specified row
Namespace:
EBP.Api.Interfaces.Controls.DataGrid
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
SyntaxObject GetRow(
int rowHandle
)
Function GetRow (
rowHandle As Integer
) As Object
Parameters
- rowHandle
- Type: SystemInt32
An integer value representing the desired row handle
Return Value
Type:
ObjectAn object representing a specific row
See Also