'宣言
Public Overloads Overridable Function SetData( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Object _
) As System.Boolean
public virtual System.bool SetData(
System.int ,
System.int ,
System.object
)
パラメータ
- row
- 行インデックス。
- col
- 列インデックス。
- value
- セルに割り当てる値。
戻り値の型
値がセルに割り当てられた場合は、true。値が割り当てられなかった場合は、false (通常は、適切な型に変換できなかったため)。