tracker issue : CF-4204296

select a category, or use search below
(searches all categories and all time range)
Title:

SpreadSheetAddFreezePane

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/Fixed

Reporter/Name(from Bugbase): Didier D. / ()

Created: 05/09/2019

Components: Document Management, Office Integration

Versions: 2018

Failure Type: Incorrectly functioning

Found In Build/Fixed In Build: 2018,0,03,314033 / CF2018U5

Priority/Frequency: Major / All users will encounter

Locale/System: / Windows 10 64 bit

Vote Count: 0

Problem Description: SpreadSheetAddFreezePane(SpreadsheetObj,3,2) gives error
The parameter left column 2 must not be less than the column parameter 3. 

in fact in the documentation : SpreadsheetAddFreezePane(spreadsheetobj, freezcol, freezrow[, col, row])

it is not freezcol, freezrow but freezrow then freezcol

so <cfset SpreadSheetAddFreezePane(objExcel,0,1)> doesn't freeze in excell 2016

Attachments:

Comments: