|
Navigation: Function Reference > User Script Functions > Grid.setColumnTitle() Grid.setColumnTitle() |
Top Previous Next |
Grid.setColumnTitle( aRow: Integer; aData: String );
Sets the column title of a single column in the ScanExpert Viewer Grid where aRow is the row occupied in the grid by the driving symbol, and aData is the actual text title to be displayed in the column header.
Note: The setColumnTitle() function can only be called from within the Initialize procedure of a script.
Parameters
aRow |
integer value offset into the grid. use getRow() function to determine row. |
aData |
string value - title to be displayed. |
