←Select platform

FirstBackColor Property

Summary

Gets or sets the first background color to use when rendering the rows or columns of CSV files.

Syntax
C#
VB
C++
public RasterColor FirstBackColor { get; set; } 
Public Property FirstBackColor() As RasterColor 
   Get 
   Set 
public:  
   property RasterColor^ FirstBackColor 
   { 
      RasterColor^ get() 
      void set(RasterColor^ value) 
   } 

Property Value

The first background color to use when rendering the rows or columns of CSV files. The default value is White.

Remarks

Refer to CsvColorMode for more information.

Requirements

Target Platforms

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

Leadtools.Codecs Assembly