←Select platform

Columns Property

Summary
Gets or sets the columns list of the table.

Syntax
C#
C++/CLI
Java
Python
public List<TableColumn> Columns { get; set; } 
public TableColumn getColumns(); 
public void setColumns( 
   java.util.List<TableColumn> tableColumn 
); 
public: 
property List<TableColumn^>^ Columns { 
   List<TableColumn^>^ get(); 
   void set (    List<TableColumn^>^ ); 
} 
Columns # get and set (TableFormField) 

Property Value

The columns list of the table.

Remarks

A table must have at least a column.

Requirements

Target Platforms

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

Leadtools.Forms.Processing Assembly

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