FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlxUnderline Enumeration

Types of underline you can make in an Excel cell.

Pascal
TFlxUnderline = (
  fu_None,
  fu_Single,
  fu_Double,
  fu_SingleAccounting,
  fu_DoubleAccounting
);
C++
enum TFlxUnderline {
  fu_None,
  fu_Single,
  fu_Double,
  fu_SingleAccounting,
  fu_DoubleAccounting
};
Members 
Description 
fu_None 
No underline. 
fu_Single 
Simple underline. 
fu_Double 
Double underline. 
fu_SingleAccounting 
Simple underline but not underlining spaces between words. 
fu_DoubleAccounting 
Double underline but not underlining spaces between words. 
Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!