Gets a list of
LeadRect information of all cells that are inside this table's cells.
public IVector<IVector<LeadRect>> InsideCells {get;}
'Declaration
Public ReadOnly Property InsideCells As IVector(Of IVector(Of LeadRect))
'Usage
Dim instance As LeadZoneTableData
Dim value As IVector(Of IVector(Of LeadRect))
value = instance.InsideCells
public IVector<IVector<LeadRect>> InsideCells {get;}
public:
property IVector<IVector<LeadRect>^>^ InsideCells {
IVector<IVector<LeadRect>^>^ get();
}
Property Value
List of all cells that are inside this cell.