←Select platform

TableCellWidth Property

Summary

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

Syntax
C#
C++/CLI
Python
public int TableCellWidth { get; set; } 
public:  
   property Int32 TableCellWidth 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 
TableCellWidth # get and set (CodecsCsvLoadOptions) 

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 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.