LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Cells Property

Show in webframe







Gets the IVector<Leadtools.LeadRect> that contains a list of table cell locations.
Syntax
public IVector<LeadRect> Cells {get;}
'Declaration
 
Public ReadOnly Property Cells As IVector(Of LeadRect)
'Usage
 
Dim instance As LeadZoneTableData
Dim value As IVector(Of LeadRect)
 
value = instance.Cells
public IVector<LeadRect> Cells {get;}

            

            
 get_Cells(); 
public:
property IVector<LeadRect>^ Cells {
   IVector<LeadRect>^ get();
}

Property Value

IVector<Leadtools.LeadRect> that contains a list of table cell locations.
Example
Refer to AutoZoningCommand example.
Requirements

Target Platforms

See Also

Reference

LeadZoneTableData Class
LeadZoneTableData Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.