指定した行と列にあるセルの値を取得します。
シンタックス
'宣言
Public Overloads Sub GetValue( _
ByVal As System.Integer, _
ByVal column As System.Integer, _
ByRef As CellValue _
)
public void GetValue(
System.int ,
System.int column,
ref CellValue
)
パラメータ
- row
- モデル内のセルの行インデックス
- column
- モデル内のセルの列インデックス
- cellValue
参照