バージョン

Cell コンストラクタ(Object,String,String)

Cell クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal value As Object, _
   ByVal formattedValue As String, _
   ByVal displayFormat As String _
)
public Cell( 
   object value,
   string formattedValue,
   string displayFormat
)

パラメータ

value
値。
formattedValue
書式設定された値。
displayFormat
表示書式。
参照