←Select platform

TableBorderColor Property

Summary

Gets or sets the color to use to draw the table border when rendering CSV files.

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

Property Value

The platform-independent representation of the ARGB color used to draw the table border when rendering CSV files. The default value is Black.

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.