Objective Grid: Changing header labels

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

Problem


How can I change the labels for row and column headers?


Cause



Action


You can apply a value to column nCol by calling:

SetStyleRange(CGXRange(0, nCol), CGXStyle( ).SetValue(string));

or to row nRow by calling:

SetStyleRange(CGXRange(nRow, 0), CGXStyle( ).SetValue(string));

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

Others in this category