'宣言 Public Function ColContaining( _ ByVal x As System.Integer _ ) As System.Integer
public System.int ColContaining( System.int x )
パラメータ
- x
- 水平座標(ピクセルの X 値)。
戻り値の型
指定した X 座標の下の Split.DisplayColumnsコレクションの列のインデックス。
'宣言 Public Function ColContaining( _ ByVal x As System.Integer _ ) As System.Integer
public System.int ColContaining( System.int x )