DataGridViewCellStyle.Clone Metod

Definition

Skapar en exakt kopia av den här 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

Returer

En DataGridViewCellStyle som representerar en exakt kopia av det här cellformatet.

Gäller för

Se även