←Select platform

Columns Property

Summary

Gets or sets the number of columns in the table zone.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Columns { get; set; } 
Public Property Columns As Integer 
public int Columns {get; set;} 
@property (nonatomic, assign) NSUInteger columns 
public int getColumns() 
public void setColumns(int value) 
             
 <br/>get_Columns();<br/>set_Columns(value);<br/>Object.defineProperty('Columns');  
public: 
property int Columns { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that indicates the number of columns in the table zone.

Example

Refer to AutoZoningCommand example.

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.ImageProcessing.Core Assembly