Click or drag to resize

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)
Syntax
Object GetRow(
	int rowHandle
)

Parameters

rowHandle
Type: SystemInt32
An integer value representing the desired row handle

Return Value

Type: Object
An object representing a specific row
See Also