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

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