←Select platform

VerticalCellAlignment Property

Summary

Gets or sets the vertical alignment of the cell used when rendering CSV files.

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

Property Value

The vertical alignment of the cell used when rendering CSV files. The default value is CsvVerticalCellAlignment.Top.

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