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

另請參閱

適用於