Objective Grid: How can I change the default settings for all cells

Article ID: 322
Last updated: 11 Jun, 2018
Article ID: 322
Last updated: 11 Jun, 2018
Revision: 3
Views: 1582
Posted: 12 Jan, 2001
by Meltreger B.
Updated: 11 Jun, 2018
by Meltreger B.

Problem


How can I change the default settings for all cells?


Cause



Action


Call ChangeStandardStyle(). Here is an example:
 

ChangeStandardStyle(CGXStyle()
.SetFont(CGXFont().SetFaceName(Times New Roman))
.SetInterior(yourBackgroundColor));


 

This article was:   Helpful | Not helpful
Report an issue
Article ID: 322
Last updated: 11 Jun, 2018
Revision: 3
Views: 1582
Posted: 12 Jan, 2001 by Meltreger B.
Updated: 11 Jun, 2018 by Meltreger B.

Others in this category