←Select platform

InsideCells Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public List<List<LeadRect>> InsideCells { get; } 
Public ReadOnly Property InsideCells As List(Of List(Of LeadRect)) 
public List<List<LeadRect>> InsideCells {get;} 
@property (nonatomic, strong, readonly) NSMutableArray<NSArray<NSValue *> *> *insideCells //LeadRect 
public List<ArrayListLeadRect> getInsideCells() 
 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

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