|
FlexCel Studio for VCL/LCL
|
Occurs before the workbook starts to be generated.
property OnBeforeGenerateWorkbook: TOnGenerateEvent;
__property TOnGenerateEvent OnBeforeGenerateWorkbook;
This events allows you to do custom modifications to the template before the file is 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!
|