Tags · Functions · Objects
Lucee Function Reference
Choose a function:

Function SPREADSHEETADDSPLITPANE

Example

spreadsheetaddsplitpane(org.cfpoi.spreadsheet.Spreadsheet spreadsheet,numeric xpos,numeric ypos,numeric splitcol,numeric splitrow,[string position]):void

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
spreadsheet org.cfpoi.spreadsheet.Spreadsheet  Yes  
xpos numeric  Yes  
ypos numeric  Yes  
splitcol numeric  Yes  
splitrow numeric  Yes  
position string  No Valid values are LOWER_LEFT, LOWER_RIGHT, UPPER_LEFT, UPPER_RIGHT