←Select platform

Cells Property

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

C#
VB
Java
Objective-C
WinRT C#
C++
public IList<LeadRect> Cells { get; } 
Public ReadOnly Property Cells As IList(Of LeadRect) 
public Windows.Foundation.Collections.IVector //In WinRT the IList interface is replaced by IVector<LeadRect> Cells {get;} 
@property (nonatomic, strong, readonly) NSMutableArray<NSValue *> *cells //LeadRect 
public List<LeadRect> getCells() 
 get_Cells();  
public: 
property IList<LeadRect>^ Cells { 
   IList<LeadRect>^ get(); 
} 

Property Value

IList<_4c_ead52_ect> that contains a list of table cell locations.
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