Inheritance: System.Windows.Forms.DataGridViewTextBoxCell
コード例 #1
0
 public GridViewSingleColumn()
 {
     CellTemplate = new GridViewSingleCell();
     CellTemplate.Style.Alignment = DataGridViewContentAlignment.MiddleRight;
 }
コード例 #2
0
 public GridViewSingleColumn()
 {
     CellTemplate = new GridViewSingleCell();
     CellTemplate.Style.Alignment = DataGridViewContentAlignment.MiddleRight;
 }