FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
XLSColumnImportTypes Enumeration

Handles how to convert a column from text when importing a text file.

Pascal
XLSColumnImportTypes = (
  xct_general,
  xct_text,
  xct_skip
);
C++
enum XLSColumnImportTypes {
  xct_general,
  xct_text,
  xct_skip
};
Members 
Description 
xct_general 
Try to convert it to a number, a date, etc.  
xct_text 
Keep the column as text, even if it can be converted to a number or other things.  
xct_skip 
Do not import this column.  
Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!