본문 바로가기
소프트웨어 개발(SW Dev)/C#

DataGridView 컬럼 폰트 설정

by flowhistory 2020. 12. 11.

폰트 설정

 

// Century Gothic Font
DataGridView.ColumnHeadersDefaultCellStyle.Font = new Font("Century Gothic", 9F, FontStyle.Bold);

// Marlett Font
DataGridView.ColumnHeadersDefaultCellStyle.Font = new Font("Marlett", 8, FontStyle.Regular);
728x90

댓글