Document Solutions for PDF
DS.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / TableRenderer Class / Cells Property

In This Topic
    Cells Property (TableRenderer)
    In This Topic
    Gets a read-only list of all table cells.
    Syntax
    'Declaration
     
    Public ReadOnly Property Cells As System.Collections.Generic.IReadOnlyList(Of TableCell)
    public System.Collections.Generic.IReadOnlyList<TableCell> Cells {get;}
    See Also