LPIGridWindow.setColHeaders


setColHeaders(tabName, headers)

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

tabNamestringThe name of the tab to modify
headersarray of strings The text of the headers
Return valuenone 

Back to LPIGridWindow

Back to Overview