DataGridViewCellStyle.Clone Methode

Definition

Erstellt eine genaue Kopie von dieser DataGridViewCellStyle.

public:
 virtual System::Windows::Forms::DataGridViewCellStyle ^ Clone();
public virtual System.Windows.Forms.DataGridViewCellStyle Clone ();
abstract member Clone : unit -> System.Windows.Forms.DataGridViewCellStyle
override this.Clone : unit -> System.Windows.Forms.DataGridViewCellStyle
Public Overridable Function Clone () As DataGridViewCellStyle

Gibt zurück

Ein DataGridViewCellStyle, der eine genaue Kopie dieses Zellenstils darstellt.

Gilt für:

Weitere Informationen