PageTableAreaColumnCount Property |
Gets the total number of the table colums.
Namespace: GroupDocs.Parser.DataAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
Syntaxpublic int ColumnCount { get; }
Public ReadOnly Property ColumnCount As Integer
Get
public:
property int ColumnCount {
int get ();
}
member ColumnCount : int with get
Property Value
Type:
Int32An integer value that contains the total number of the table columns.
See Also