FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
THFlxAlignment Enumeration

Horizontal Alignment on a cell.

Pascal
THFlxAlignment = (
  fha_general,
  fha_left,
  fha_center,
  fha_right,
  fha_fill,
  fha_justify,
  fha_center_across_selection
);
C++
enum THFlxAlignment {
  fha_general,
  fha_left,
  fha_center,
  fha_right,
  fha_fill,
  fha_justify,
  fha_center_across_selection
};
Members 
Description 
fha_general 
General Alignment. (Text to the left, numbers to the right and Errors and booleans centered)  
fha_left 
Aligned to the left.  
fha_center 
Horizontally centered on the cell.  
fha_right 
Aligned to the right.  
fha_fill 
Repeat the text to fill the cell width.  
fha_justify 
Justify with spaces the text so it fills the cell width.  
fha_center_across_selection 
Centered on a group of cells.  
Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!