1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for .NET
  4. /
  5. GroupDocs.Parser.Data
  6. /
  7. PageTableArea
  8. /
  9. ColumnCount

ColumnCount

PageTableArea.ColumnCount property

Gets the total number of the table colums.

public int ColumnCount { get; }

Property Value

An integer value that contains the total number of the table columns.

See Also