C#
VB
Java
Objective-C
WinRT C#
C++
Gets a list of LeadRect information of all cells that are inside this table's cells.
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();
}
List of all cells that are inside this cell.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET