Aracılığıyla paylaş


DataGridViewCellStyle Oluşturucular

Tanım

DataGridViewCellStyle sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

DataGridViewCellStyle()

Varsayılan özellik değerlerini kullanarak sınıfın DataGridViewCellStyle yeni bir örneğini başlatır.

DataGridViewCellStyle(DataGridViewCellStyle)

Belirtilen DataGridViewCellStyleöğesinin DataGridViewCellStyle özellik değerlerini kullanarak sınıfının yeni bir örneğini başlatır.

DataGridViewCellStyle()

Varsayılan özellik değerlerini kullanarak sınıfın DataGridViewCellStyle yeni bir örneğini başlatır.

public:
 DataGridViewCellStyle();
public DataGridViewCellStyle ();
Public Sub New ()

Ayrıca bkz.

Şunlara uygulanır

DataGridViewCellStyle(DataGridViewCellStyle)

Belirtilen DataGridViewCellStyleöğesinin DataGridViewCellStyle özellik değerlerini kullanarak sınıfının yeni bir örneğini başlatır.

public:
 DataGridViewCellStyle(System::Windows::Forms::DataGridViewCellStyle ^ dataGridViewCellStyle);
public DataGridViewCellStyle (System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle);
new System.Windows.Forms.DataGridViewCellStyle : System.Windows.Forms.DataGridViewCellStyle -> System.Windows.Forms.DataGridViewCellStyle
Public Sub New (dataGridViewCellStyle As DataGridViewCellStyle)

Parametreler

dataGridViewCellStyle
DataGridViewCellStyle

İlk DataGridViewCellStyle özellik değerlerini sağlamak için şablon olarak kullanılan.

Özel durumlar

dataGridViewCellStyle, null değeridir.

Ayrıca bkz.

Şunlara uygulanır