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

In This Topic
    GridRows Property
    In This Topic
    Gets the list of table horizontal grid lines.
    Syntax
    'Declaration
     
    Public ReadOnly Property GridRows As System.Collections.Generic.List(Of TableGridRow)
    public System.Collections.Generic.List<TableGridRow> GridRows {get;}
    See Also