←Select platform

HeaderFontUnderline Property

Summary

Gets or sets a value that indicates whether to use an underline font when rendering the header of CSV files.

Syntax
C#
VB
C++
public bool HeaderFontUnderline { get; set; } 
Public Property HeaderFontUnderline() As Boolean 
   Get 
   Set 
public:  
   property bool HeaderFontUnderline 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to use an underline font when rendering the header of CSV files; otherwise, false.

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.