←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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly