←Select platform

Cells Property

Summary

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

Syntax

C#
VB
WinRT C#
C++
public IVector<LeadRect> Cells {get;} 
Public ReadOnly Property Cells As IVector(Of LeadRect) 
public IVector<LeadRect> Cells {get;} 
 get_Cells();  
public: 
property IVector<LeadRect>^ Cells { 
   IVector<LeadRect>^ get(); 
} 

Property Value

IVector<LeadRect> 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