GetColumnCount Function (DomTable)

Class

DomTable.

Action

Returns the number of columns in a table.

Syntax

table.GetColumnCount()

Data Type

INTEGER.

Notes

This functionality is supported only if you are using the Open Agent.

Example

colCount = table.GetColumnCount()
Verify(colCount, 15)