|
|
|
|
|
iParameterXLS (Function) In french: iParamètreXLS Defines the options for the XLS file generated during the print. The current layout (color and font) can be taken into account or not. This setting is taken into account when printing to an XLS file (XLS file generated from the print preview or generated by iPreview or iDestination).
iParameterXLS(iWithFormatting)
iPreview(iXLS, "C:\Temp\MyXLSFile.XLS")
iCreateFont(1, 16, iBold, iRoman)
PrintTitle()
PrintText()
iEndPrinting()
Syntax <Options>: Integer constant Configures the formatting of created file. | | iWithFormatting | Stores the color and the font during the export in XLS format. |
Remarks - iParameterXLS is ignored in the middle of a print.
- The setting performed by iParameterXLS is enabled:
- until the application or site is closed,
- until the next call to iParameterXLS,
- until the next call to iReset.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|