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

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

パラメータ

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

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