DataGridViewCellStyle 构造函数

定义

初始化 DataGridViewCellStyle 类的新实例。

重载

DataGridViewCellStyle()

使用默认属性值初始化 DataGridViewCellStyle 类的新实例。

DataGridViewCellStyle(DataGridViewCellStyle)

使用指定的 DataGridViewCellStyle 的属性值初始化 DataGridViewCellStyle 类的新实例。

DataGridViewCellStyle()

使用默认属性值初始化 DataGridViewCellStyle 类的新实例。

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

另请参阅

适用于

DataGridViewCellStyle(DataGridViewCellStyle)

使用指定的 DataGridViewCellStyle 的属性值初始化 DataGridViewCellStyle 类的新实例。

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)

参数

dataGridViewCellStyle
DataGridViewCellStyle

DataGridViewCellStyle 作为模板使用以提供初始属性值。

例外

dataGridViewCellStylenull

另请参阅

适用于