Gets a Row above the separator.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Row RowSeparatorTest(
	Point pt
)
Visual Basic
Public Function RowSeparatorTest ( 
	pt As Point
) As Row
Visual C++
public:
Row^ RowSeparatorTest(
	Point pt
)
F#
member RowSeparatorTest : 
        pt : Point -> Row 

Parameters

pt
Type: System.Drawing..::..Point
Location inside the grid.

Return Value

Type: Row
Row above the separator if found. Otherwise null is returned.

See Also