Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Recognition.Model Namespace / ITable Interface / Cols Property

In This Topic
    Cols Property
    In This Topic
    Gets the list of table columns.
    Syntax
    'Declaration
     
    ReadOnly Property Cols As System.Collections.Generic.IReadOnlyList(Of ITableCol)
    System.Collections.Generic.IReadOnlyList<ITableCol> Cols {get;}
    See Also