このシート上の指定したセルから生データを取得します。
シンタックス
'宣言
Function GetValue( _
ByVal As System.Integer, _
ByVal column As System.Integer _
) As System.Object
System.object GetValue(
System.int ,
System.int column
)
パラメータ
- row
- セルの行インデックスを示す整数値。
- column
- セルの列インデックスを示す整数値。
戻り値の型
セルのSystem.Object値。
参照