|
FlexCel Studio for VCL/LCL
|
Prints the loaded sheet to the default printer.
procedure Print(const PrintRange: TXlsCellRange; const FirstPage: integer; const LastPage: integer); overload;
__fastcall Print(const TXlsCellRange PrintRange, const int FirstPage, const int LastPage);
|
Parameters |
Description |
|
const PrintRange: TXlsCellRange |
Range of cells to print. If you don't know the range, use the other version of this method. |
|
const FirstPage: integer |
First page to print. |
|
const LastPage: integer |
Last page to print. Set this value to -1 to print all the pages. |
|
Copyright (c) 2002-2008 TMS Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|