DioDocs for Excel
CellIndexToName メソッド

DS.Documents.Excel アセンブリ > GrapeCity.Documents.Excel 名前空間 > CellInfo クラス : CellIndexToName メソッド
行インデックス
列インデックス
行インデックスと列インデックスに基づいてセル名(アドレス)を取得します。
シンタックス
'宣言
 
Public Shared Function CellIndexToName( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer _
) As System.String
public static System.string CellIndexToName( 
   System.int row,
   System.int column
)

パラメータ

row
行インデックス
column
列インデックス

戻り値の型

セルのアドレス
参照

CellInfo クラス
CellInfo メンバ