Objective Grid: Changing the font of header cells

Article ID: 505
Last updated: 16 Apr, 2018
Article ID: 505
Last updated: 16 Apr, 2018
Revision: 3
Views: 1752
Posted: 12 Jan, 2001
by Meltreger B.
Updated: 16 Apr, 2018
by Meltreger B.

Problem


How can I change the font for header cells?


Cause



Action


You should call:

ChangeRowHeaderStyle( CGXStyle( )
.SetFont(CGXFont( ).SetBold(TRUE)), gxOverride);

for row headers and

ChangeColHeaderStyle( CGXStyle( )
.SetFont(CGXFont( ).SetBold(TRUE)), gxOverride);

for column headers.

This article was:   Helpful | Not helpful
Report an issue
Article ID: 505
Last updated: 16 Apr, 2018
Revision: 3
Views: 1752
Posted: 12 Jan, 2001 by Meltreger B.
Updated: 16 Apr, 2018 by Meltreger B.

Others in this category