Returns the number of columns in the table.
property ColCount: Integer
(introduced in v10)
If RowCount>0, this property returns Rows[0].Count (all rows have the same number of cells). If RowCount=0, this property returns 0.
See also properties:
▪Cells;
▪Rows.