ValueTableColumnCollection.Insert
Syntax:
Parameters:
<Index> (required)
Index of the column being inserted.
<Name> (optional)
Column name.
Default value: Empty string.
<Type> (optional)
Object describing value types available for a column. If the parameter is not specified, a value of any type can be stored in the column.
<Title> (optional)
Value table column header. Used in the visual representation of the value table.
Default value: Empty string.
<Width> (optional)
Column width in characters. Used in the visual representation of the value table.
Default value: 0.
Returned value:
Inserted column.
Description:
Availability:
Example:
// see example for the Add method. |