'宣言
Public Overloads Overridable Function SetData( _
ByVal As CellRange, _
ByVal As System.Object _
) As System.Boolean
public virtual System.bool SetData(
CellRange ,
System.object
)
パラメータ
- rg
- 新しい値が割り当てられるセルを指定する CellRange。
- value
- 範囲内のすべてのセルに割り当てられる値。
戻り値の型
値が目的の範囲内のすべてのセルに割り当てられた場合は、true。値が範囲内のすべてのセルに割り当てられなかった場合は、false (通常は、適切な型に変換できなかったため)。