AddColumn
This method adds a new column to a table and returns the zero-based index of the new column.
Syntax
AddColumn (ColumnName as String) as Long
Parameter | Description |
---|---|
ColumnName | Name of column |
Return value
Zero-based index of the new column.