Document Solutions for Word
GrapeCity.Documents.Word.Layout Assembly / GrapeCity.Documents.Word.Layout Namespace / TableRow Class / Cells Property

In This Topic
    Cells Property (TableRow)
    In This Topic
    Gets the list of row cells.
    Syntax
    'Declaration
     
    Public ReadOnly Property Cells As System.Collections.Generic.List(Of TableCell)
    public System.Collections.Generic.List<TableCell> Cells {get;}
    See Also