DioDocs for Excel
CellNameToIndex メソッド

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

パラメータ

name
セル名
row
行インデックス
column
列インデックス
参照

CellInfo クラス
CellInfo メンバ