FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlexCelImport.SetFormatList Method

Changes a style on the global list of styles on an Excel file.

Pascal
procedure SetFormatList(index: integer; Value: TFlxFormat);
C++
__fastcall SetFormatList(int index, TFlxFormat Value);
Parameters 
Description 
index: integer 
Index to the XF you want to modify (0 based). 
Value: TFlxFormat 
New definition for the format. 

You should normally not need to use this method. You could use it to alter a style for all the cells on a workbook.

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