TreeGridViewIHandlerGetCellAt Method |
Gets the item and column of a location in the control.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax ITreeGridItem GetCellAt(
PointF location,
out int column
)
Function GetCellAt (
location As PointF,
<OutAttribute> ByRef column As Integer
) As ITreeGridItem
abstract GetCellAt :
location : PointF *
column : int byref -> ITreeGridItem
Parameters
- location
- Type: Eto.DrawingPointF
Point to find the node - column
- Type: SystemInt32
Column at the location, or -1 if no column (e.g. at the end of the row)
Return Value
Type:
ITreeGridItemThe item from the data store that is displayed at the specified location
See Also