'宣言 Public Sub SetPaneColumn( _ ByVal paneColumn As System.Integer, _ ByVal column As System.Integer _ )
public void SetPaneColumn( System.int paneColumn, System.int column )
パラメータ
- paneColumn
- ペインインデックス。
- column
- ペインの一番上の行のインデックス。
'宣言 Public Sub SetPaneColumn( _ ByVal paneColumn As System.Integer, _ ByVal column As System.Integer _ )
public void SetPaneColumn( System.int paneColumn, System.int column )