AddColumn

This method adds a new column field to the pool.

Syntax

AddColumn (ColumnName as String, IsSearchField as Boolean, NewColumnIndex as Long)
Parameter Description
ColumnName Name of the column field.
IsSearchField

Possible values

  • TRUE: The inserted column field is a search field.
  • FALSE: The inserted column field is not a search field.
NewColumnIndex [out] Index of the newly created entry in the pool.