BCGSoft.Controls.Grid Namespace > GridControl Class : ColumnFromPoint Method |
'Declaration Public Function ColumnFromPoint( _ ByVal pt As Point, _ ByRef part As CellPart, _ ByRef columnIndex As Integer, _ ByVal byXOnly As Boolean _ ) As GridColumn
'Usage Dim instance As GridControl Dim pt As Point Dim part As CellPart Dim columnIndex As Integer Dim byXOnly As Boolean Dim value As GridColumn value = instance.ColumnFromPoint(pt, part, columnIndex, byXOnly)
public GridColumn ColumnFromPoint( Point pt, ref CellPart part, ref int columnIndex, bool byXOnly )
public: GridColumn* ColumnFromPoint( Point pt, ref CellPart part, ref int columnIndex, bool byXOnly )
public: GridColumn^ ColumnFromPoint( Point pt, CellPart% part, int% columnIndex, bool byXOnly )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2