←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly