DataGridView.HitTestInfo.ColumnX 属性

定义

获取列开头的 x 坐标,该列包含当前 DataGridView.HitTestInfo 所描述的坐标。

public:
 property int ColumnX { int get(); };
public int ColumnX { get; }
member this.ColumnX : int
Public ReadOnly Property ColumnX As Integer

属性值

DataGridView 中列的 x 坐标,该列包含当前 DataGridView.HitTestInfo 所描述的坐标。

适用于

另请参阅