FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TVFlxAlignment Enumeration

Vertical Alignment on a cell.

Pascal
TVFlxAlignment = (
  fva_top,
  fva_center,
  fva_bottom,
  fva_justify,
  fva_distributed
);
C++
enum TVFlxAlignment {
  fva_top,
  fva_center,
  fva_bottom,
  fva_justify,
  fva_distributed
};
Members 
Description 
fva_top 
Aligned to the top.  
fva_center 
Vertically centered on the cell.  
fva_bottom 
Aligned to the bottom.  
fva_justify 
Justified on the cell.  
fva_distributed 
Distributed on the cell.  
Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!