FILECSVOPTIONS_COLORMODE

typedef enum FILECSVOPTIONS_COLORMODE 
{ 
   FILECSVOPTIONS_COLORMODE_DEFAULT, 
   FILECSVOPTIONS_COLORMODE_HEADER_AND_BODY, 
   FILECSVOPTIONS_COLORMODE_COLUMNS, 
 
} FILECSVOPTIONS_COLORMODE; 

Controls what colors to use for alternating rows and columns when rendering CSV files.

Members

FILECSVOPTIONS_COLORMODE_DEFAULT

Default mode uses alternating colors per row. One background L_COLORREF color on the first row, then another background L_COLORREF color on the second row. The pattern continues repeating until the last row.

FILECSVOPTIONS_COLORMODE_HEADER_AND_BODY

Header (first row) uses one background L_COLORREF color and rows use another background color.

FILECSVOPTIONS_COLORMODE_COLUMNS

Uses alternating colors per column: One background L_COLORREF color on the first column, then a second background L_COLORREF color on the second column. The pattern continues to repeat until the last column.

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help