C# 如何讓DataGridView內的欄位(Column)對齊方式(文字靠左對齊、數字靠右對齊)

C# 如何讓DataGridView內的欄位(Column)對齊方式(文字靠左對齊、數字靠右對齊)

C# 如何讓DataGridView內的欄位(Column)對齊方式(文字靠左對齊、數字靠右對齊)

資料來源:http://www.blueshop.com.tw/board/FUM20050124191756KKC/BRD200710311044192WS.html

 

語法:

元件(DataGridView1).Columns[0].DefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleLeft;//靠左顯示

 

 

 

發表迴響

你的電子郵件位址並不會被公開。 必要欄位標記為 *