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.
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.
Header (first row) uses one background L_COLORREF color and rows use another background color.
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 Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document