Sets the text displayed in the caption bar at the top of the grid.
public void setCaption( String caption )
caption
The caption text to be displayed. The default value of the caption property is an empty string.
The caption is displayed above the column headers. If the caption property is set to an empty string, then the caption bar is not displayed.
See Also getCaption