TranslateColumnHeadings() method
- Last UpdatedNov 26, 2024
- 1 minute read
Use this method to translate the grid column heading strings, which can contain an embedded string ID. If the column heading is blank, use a default.
This method translates the grid column heading strings and the grid title. These strings can contain an embedded string ID. An angle bracket delimited integer is appended to the string, which references a string_id in the Language table. If a column heading is blank, a default string is used.
Syntax
TranslateColumnHeadings(FactGrid);
Parameter
FactGrid
A string to specify the ID of the grid whose column headings and title are to be translated.