I was working with the set of functions for generating a spreadsheet. I can’t seem to find an answer to freezing only the first row. I tried using the following:
SpreadsheetAddFreezePane(spreadsheetOBJ,1,1)
It ends up freezing the top row, which is what I want, but it also freezes the first column, which I don't want.
The documentation says, "Locks or freezes specific rows or columns in the worksheet.", so I assumed it would allow
freezing only the top row. I tried adding 0 to the column parameter, but that produces an error.
Is there a way to do this?
The post CF 2018 Spreadsheet Functions appeared first on ColdFusion.