←Select platform

TableCellWidth Property

Summary

Gets or sets the width of the table cells to use when rendering CSV files.

Syntax
C#
VB
C++
public int TableCellWidth { get; set; } 
Public Property TableCellWidth() As Integer 
   Get 
   Set 
public:  
   property Int32 TableCellWidth 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

The width of the table cells (in pixels), to use when rendering CSV files. The default value is -1.

Remarks

The default value of TableCellWidth is -1 which instructs the CSV renderer to automatically calculate the value in pixels based on the width of the widest cell in each column.

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.