←Select platform

SecondBackColor Property

Summary

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

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

Property Value

The second 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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.