対象のセルの同一コピーを作成します。

Namespace: YiaoWang.Windows.Forms
Assembly: YiaoWang.Windows.Forms (YiaoWang.Windows.Forms.dll 内) バージョン: 2.11.5.7 (2.11.5.7)

Syntax

C#
public override Object Clone()
Visual Basic
Public Overrides Function Clone As Object

Return Value

複製された DataGridViewCell を表す Object。

Implements

ICloneable..::..Clone()()()()

Remarks

Override the Clone method so that the Enabled property is copied.

See Also