バージョン

SetValue メソッド (ICell)

セルの値を設定します。
シンタックス
'宣言
 
Sub SetValue( _
   ByVal value As Object, _
   ByVal formattedValue As String, _
   ByVal displayFormat As String _
) 
void SetValue( 
   object value,
   string formattedValue,
   string displayFormat
)

パラメータ

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