FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TXlsCellValue Record

Encapsulates the value in a cell.

Pascal
TXlsCellValue = record
  Value: variant;
  XF: integer;
  IsFormula: boolean;
end;
C++
struct TXlsCellValue {
  variant Value;
  int XF;
  boolean IsFormula;
};
Members 
Description 
Value: variant; 
Value of the cell  
XF: integer; 
Index to the Format for the cell.  
IsFormula: boolean; 
True if the cell contains a formula. If this is the case, you need to use CellFormula to read the value.  
Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!