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

Prints the loaded sheet to the default printer. All the cells from the first to (MaxPrintableRow, MaxPrintableCol) will be printed.

Pascal
procedure Print(const FirstPage: integer = 1; const LastPage: integer = -1); overload;
C++
__fastcall Print(const int FirstPage = 1, const int LastPage = -1);
Parameters 
Description 
const FirstPage: integer = 1 
First page to print. 
const LastPage: integer = -1 
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!