←Select platform

HorizontalCellAlignment Property

Summary

Gets or sets the horizontal alignment of the cell to use when rendering CSV files.

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

Property Value

The horizontal alignment of the cell to use when rendering CSV files. The default value is CsvHorizontalCellAlignment.Left.

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