セル名(アドレス)に基づいてセルの行と列を取得します。
シンタックス
'宣言
Public Shared Sub CellNameToIndex( _
ByVal As System.String, _
ByRef As System.Integer, _
ByRef column As System.Integer _
)
public static void CellNameToIndex(
System.string ,
out System.int ,
out System.int column
)
パラメータ
- name
- セル名
- row
- 行インデックス
- column
- 列インデックス
参照