SPREAD for WPF 3.0J - GcSpreadSheet
GetValue メソッド (IWorksheet)

GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > IWorksheet インターフェース : GetValue メソッド
セルの行インデックスを示す整数値。
セルの列インデックスを示す整数値。
このシート上の指定したセルから生データを取得します。
シンタックス
'宣言
 
Function GetValue( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer _
) As System.Object
System.object GetValue( 
   System.int row,
   System.int column
)

パラメータ

row
セルの行インデックスを示す整数値。
column
セルの列インデックスを示す整数値。

戻り値の型

セルのSystem.Object値。
参照

IWorksheet インターフェース
IWorksheet メンバ