LPIGridWindow.setRowHeaders


setRowHeaders(tabName, headers)

Specify the headers of the rows 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 row headers will be "1", "2", "3", etc

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

Back to LPIGridWindow

Back to Overview