Menu

createSheet

kurt

Purpose: Create an unformatted sheet of a specified Excel Spreadsheet.

function createSheetWithProperties (
   input pxls_no as integer,
   input psheet_no as integer,
   input psheet_name as character
)

Where:
pxls_no is an integer value of the spreadsheet the formatted cell is being created in.
psheet_no is an integer value of the worksheet the formatted cell is being created in.
psheet_name the alpha-numeric name of the sheet.


Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.