←Select platform

Columns Property

Summary

Gets or sets the columns list of the table.

Syntax

C#
VB
C++
public List<TableColumn> Columns { get; set; } 
  
Public Property Columns As List(Of 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly