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