'宣言
Public Overloads Overridable Function SetData( _
ByVal As CellRange, _
ByVal As System.Object, _
ByVal As System.Boolean _
) As System.Boolean
public virtual System.bool SetData(
CellRange ,
System.object ,
System.bool
)
パラメータ
- rg
- 新しい値が割り当てられるセルを指定する CellRange。
- value
- 範囲内のすべてのセルに割り当てられる値。
- coerce
- 値を列のデータ型に変換する必要があるかどうか。
戻り値の型
値が目的の範囲内のすべてのセルに割り当てられた場合は、true。