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

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