Document Solutions for Word
GrapeCity.Documents.Word.Layout Assembly / GrapeCity.Documents.Word.Layout Namespace / TableFragment Class / Rows Property

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