←Select platform

Columns Property

Summary
Gets or sets the columns list of the table.

Syntax
C#
VB
C++
Java
public List<TableColumn> Columns { get; set; } 
  
Public Property Columns As List(Of TableColumn) 
public TableColumn getColumns(); 
public void setColumns( 
   java.util.List<TableColumn> tableColumn 
); 
public: 
property List<TableColumn^>^ Columns { 
   List<TableColumn^>^ get(); 
   void set (    List<TableColumn^>^ ); 
} 

Property Value

The columns list of the table.

Remarks

A table must have at least a column.

Requirements

Target Platforms

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

Leadtools.Forms.Processing Assembly

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