Purpose: Freeze a row within an Excel worksheet.
function freezeRow (
input pxls_no as integer,
input psheet_no as integer,
input prow_no as integer
)
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.
prow_no the integer value of the row to freeze.