Specify the headers of the columns of the grid. If setData() has already been called, it is an error for the size of the given array to not match the size specified in setData(). If this function is not called, the column headers will be "A", "B", "C", etc
tabName | string | The name of the tab to modify |
headers | array of strings | The text of the headers |
Return value | none |
Back to LPIGridWindow
Back to Overview