This function returns the maximum the maximum number of columns in a worksheet.
SpreadsheetGetColumnCount(ExcelInfo, Sheetname | Sheet number)
Parameter | Description |
ExcelInfo | The spreadsheet variable for which you want to return the number of columns. |
Sheetname | Sheet number | The name of the spreadsheet or the sheet number. |
cfspreadsheet(action="read", src=mlt_sht_fl_ssaddrows, name="excelVar"); spreadsheetGetColumnCount(excelVar,"sheet1");