IndexFromPoint Method (C1List)
In This Topic
Returns the row index for a given point.
Syntax
'Declaration
Public Function IndexFromPoint( _
ByVal As Point _
) As Integer
public int IndexFromPoint(
Point
)
Parameters
- p
- The given point.
Return Value
The row index.
See Also