←Select platform

InsideCells Property

Summary
Gets a list of LeadRect information of all cells that are inside this table's cells.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public List<List<LeadRect>> InsideCells { get; } 
@property (nonatomic, strong, readonly) NSMutableArray<NSArray<NSValue *> *> *insideCells; //LeadRect 
public java.util.List<java.util.ArrayList<LeadRect>> getInsideCells(); 
public: 
property List<List<LeadRect>^>^ InsideCells { 
   List<List<LeadRect>^>^ get(); 
} 
InsideCells # get  (LeadZoneTableData) 

Property Value

List of all cells that are inside this cell.

Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.