←Select platform

InsideCells Property

Summary

Gets a list of LeadRect information of all cells that are inside this table's cells.

Syntax

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

Property Value

List of all cells that are inside this cell.

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