Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# datagridview cell align center

this.dataGridView1.Columns["CustomerName"].DefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleRight;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #datagridview #cell #align #center
ADD COMMENT
Topic
Name
8+8 =