Gets a Column at the specified location.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public Column ColumnTest( Point pt ) |
Visual Basic |
---|
Public Function ColumnTest ( pt As Point ) As Column |
Visual C++ |
---|
public: Column^ ColumnTest( Point pt ) |
F# |
---|
member ColumnTest : pt : Point -> Column |
Parameters
- pt
- Type: System.Drawing..::..Point
Location inside the grid.
Return Value
Type: ColumnColumn if found. Otherwise null.