SPREAD for WPF 4.0J - GcSpreadSheet
GetValue(Int32,Int32,CellValue) メソッド

GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Data 名前空間 > DataManager クラス > GetValue メソッド : GetValue(Int32,Int32,CellValue) メソッド
モデル内のセルの行インデックス
モデル内のセルの列インデックス
指定した行と列にあるセルの値を取得します。
シンタックス
'宣言
 
Public Overloads Sub GetValue( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByRef cellValue As CellValue _
) 
public void GetValue( 
   System.int row,
   System.int column,
   ref CellValue cellValue
)

パラメータ

row
モデル内のセルの行インデックス
column
モデル内のセルの列インデックス
cellValue
参照

DataManager クラス
DataManager メンバ
オーバーロード一覧