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

In This Topic
    Cells Property
    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