←Select platform

Rows Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Rows { get; set; } 
Public Property Rows As Integer 
public int Rows {get; set;} 
@property (nonatomic, assign) NSUInteger rows 
public int getRows() 
public void setRows(int value) 
             
 <br/>get_Rows();<br/>set_Rows(value);<br/>Object.defineProperty('Rows');  
public: 
property int Rows { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that indicates the number of rows 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