PowerTools SPREAD for Windows Forms 8.0J
GetCellValue メソッド (DefaultSpreadDataViewDataFormatter)


セル
データモデルからセル値を取得します。取得したセル値はSpreadDataColumnのデータ型に変換されます。変換が成功した場合は変換後の値を返し、変換が失敗した場合はDBNullを返します。
構文
'Declaration
 
Public Function GetCellValue( _
   ByVal cell As Cell _
) As Object
'使用法
 
Dim instance As DefaultSpreadDataViewDataFormatter
Dim cell As Cell
Dim value As Object
 
value = instance.GetCellValue(cell)
public object GetCellValue( 
   Cell cell
)

パラメータ

cell
セル

戻り値の型

セル値を含むObject
参照

DefaultSpreadDataViewDataFormatter クラス
DefaultSpreadDataViewDataFormatter メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.