FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlxFillPattern Record

Fill pattern and color for the background of a cell.

Pascal
TFlxFillPattern = record
  Pattern: TFlxPatternStyle;
  FgColorIndex: integer;
  BgColorIndex: integer;
end;
C++
struct TFlxFillPattern {
  TFlxPatternStyle Pattern;
  int FgColorIndex;
  int BgColorIndex;
};
Members 
Description 
Pattern: TFlxPatternStyle; 
Fill style.  
FgColorIndex: integer; 
Color for the foreground of the pattern. It is used when the pattern is solid, but not when it is automatic.  
BgColorIndex: integer; 
Color for the background of the pattern. If the pattern is solid it has no effect, but it is used when pattern is automatic.  
Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!