Cells

PageTableArea.Cells property

Gets the collection of cells.

public ICollection<PageTableAreaCell> Cells { get; }

Property Value

A plain read-only collection of table cells.

See Also