←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#
C++/CLI
Python
public bool HeaderFontUnderline { get; set; } 
public:  
   property bool HeaderFontUnderline 
   { 
      bool get() 
      void set(bool value) 
   } 
HeaderFontUnderline # get and set (CodecsCsvLoadOptions) 

Property Value

Value Description
true To use an underline font when rendering the header of CSV files
false To not use an underline font when rendering the header of CSV files. The default value is false.
Requirements

Target Platforms

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

Leadtools.Codecs Assembly

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