←Select platform

InsideCells Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public List<List<LeadRect>> InsideCells { get; } 
Public ReadOnly Property InsideCells As List(Of List(Of LeadRect)) 
@property (nonatomic, strong, readonly) NSMutableArray<NSArray<NSValue *> *> *insideCells //LeadRect 
public List<ArrayListLeadRect> getInsideCells() 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly