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

屬性值

Int32

DataGridView 中的資料行的 x 座標,此資料行包含目前 DataGridView.HitTestInfo 所描述的座標。

適用於

另請參閱