←Select platform

Cells Property

Summary
Gets the IList<LeadRect> that contains a list of table cell locations.

Syntax
C#
VB
Objective-C
C++
Java
public IList<LeadRect> Cells { get; } 
Public ReadOnly Property Cells As IList(Of LeadRect) 
@property (nonatomic, strong, readonly) NSMutableArray<NSValue *> *cells //LeadRect 
public List<LeadRect> getCells() 
public: 
property IList<LeadRect>^ Cells { 
   IList<LeadRect>^ get(); 
} 

Property Value

IList<LeadRect> that contains a list of table cell locations.

Example

Refer to AutoZoningCommand example.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly