FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlxOneBorder Record

Border style and color for one of the 4 sides of a cell.

Pascal
TFlxOneBorder = record
  Style: TFlxBorderStyle;
  ColorIndex: integer;
end;
C++
struct TFlxOneBorder {
  TFlxBorderStyle Style;
  int ColorIndex;
};
Members 
Description 
Style: TFlxBorderStyle; 
Border style.  
ColorIndex: integer; 
Index to color palette.  
Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!