FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlexCelGrid.Print Method (TXlsCellRange, integer, integer)

Prints the loaded sheet to the default printer.

Pascal
procedure Print(const PrintRange: TXlsCellRange; const FirstPage: integer; const LastPage: integer); overload;
C++
__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!