'宣言 Public Sub GetPane( _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByRef paneRow As System.Integer, _ ByRef paneColumn As System.Integer _ )
public void GetPane( System.int row, System.int column, out System.int paneRow, out System.int paneColumn )
パラメータ
- row
- セルの一番上の行インデックスを示す整数値。
- column
- セルの左端の列インデックスを示す整数値。
- paneRow
- アクティブペインの行インデックス。
- paneColumn
- アクティブペインの列インデックス。