|
FlexCel Studio for VCL/LCL
|
This method saves the file with the specified filename on Excel format.
procedure Save(const FileName: TFileName);
__fastcall Save(const TFileName FileName);
|
Parameters |
Description |
|
const FileName: TFileName |
Name of the file you want to save. |
If Adapter.AllowOverwritingFiles is not true in the adapter, you need to delete the file before saving it.
|
Copyright (c) 2002-2008 TMS Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|