ResultGrid.Caption.Columns
Use this command after a
ResultGrid
command to set grid column captions
ResultGrid.Caption.Columns
ListOfCaptions
ListOfCaptions
Captions to set, delimited by semicolon
Format: Col1Caption[;Col2Caption]...[;Col3Caption]
Leave a caption empty for no change
Example
Set caption of column four to "My Caption"
ResultGrid.Caption.Columns
;;;My Caption