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