FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TCustomFlexCelReport.OnAfterGeneratePage Event

Occurs after each worksheet on the workbook is generated.

Pascal
property OnAfterGeneratePage: TOnGeneratePageEvent;
C++
__property TOnGeneratePageEvent OnAfterGeneratePage;

This events allows you to further customize each sheet after it has been generated. 

Note: Try not to use this event. Anything you do with code at this point will be fixed inside your application, and you won't be able to change it without recompiling.  

Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!