LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

Cells Property






Gets the IList<LeadRect> that contains a list of table cell locations. .NET support
Syntax
public IList<LeadRect> Cells {get;}
'Declaration
 
Public ReadOnly Property Cells As IList(Of LeadRect)
'Usage
 
Dim instance As LeadZoneTableData
Dim value As IList(Of LeadRect)
 
value = instance.Cells
 get_Cells(); 
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LeadZoneTableData Class
LeadZoneTableData Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.