PowerTools ActiveReports for .NET 9.0J
GetValue メソッド (DDCell)

セルの現在の値を返します。
構文
'宣言
 
Public Function GetValue() As Object
public object GetValue()

戻り値の型

返される値の種類は次のいずれかになります。null参照(セルの種類がCellTypes.Blankの場合)、System.String(セルの種類がCellTypes.Labelの場合)、System.Double(セルの種類がCellTypes.Numberの場合)、またはBiffCellBoolErrValues列挙体の1つの値(セルの種類がCellTypes.BoolErrの場合)。値を返す前にDDCellのTypeプロパティを使用してセルの種類を判断するか、返された値の種類をチェックします。

参照

関連項目

DDCell クラス
DDCell メンバ
BiffCellBoolErrValues 列挙型
Type プロパティ

 

 


©2003-2015 GrapeCity inc. All rights reserved.