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

InsideCells Property






Gets a list of Leadtools.LeadRect information of all cells that are inside this table's cells. .NET support
Syntax
public List<List<LeadRect>> InsideCells {get;}
'Declaration
 
Public ReadOnly Property InsideCells As List(Of List(Of LeadRect))
'Usage
 
Dim instance As LeadZoneTableData
Dim value As List(Of List(Of LeadRect))
 
value = instance.InsideCells
public List<List<LeadRect>> InsideCells {get;}
 get_InsideCells(); 
public:
property List<List<LeadRect>^>^ InsideCells {
   List<List<LeadRect>^>^ get();
}

Property Value

List of all cells that are inside this cell.
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.