Edittable Column Header - How to set at runtime (OpenInsight 64-bit)
At 31 JUL 2023 02:14:06PM Hank Huizinga wrote:
How to you at runtime get/set editable Column Header properties at runtime?
The Sub-Object Interface has COLUMNS, ROWS and CELLS but no "COLUMNHEADERS"
Specifically, I was trying to get/set the "TextAlign" property for a header column.
I did see that INSERT column now supports setting the header style which is great.
<5> Header Style ETCHS_ styles
Thanks,
Hank
At 31 JUL 2023 02:35PM Carl Pates wrote:
Hi Hank.
Prefix the property name with "HEADER.".
E.g.
Val = Get_Property( "EDT_TEST.COLUMNS", "HEADER.TEXTALIGN", colIdx )
It's the same thing for the ROWS sub-object …
Regards
At 01 AUG 2023 12:11PM Hank Huizinga wrote:
That did the trick.
Thank you Carl.
Hank
At 11 AUG 2023 05:20PM Barry Stevens wrote:
That did the trick.
Thank you Carl.
Hank
What HEADER. property do you use to change the text color