Insert Data Column
Insert a column data.
Insert values into the specified column of the data table.
Input
Input :
DataTable Variable
Specifies the
DataTable
variable to insert columns.
Options
Column Data :
Object Argument
Specifies the column values to be inserted.
Column Header :
String Argument
Optional
Specifies the column header that is to be inserted.Column Index :
Integer Argument
Specifies the column index that is to be inserted.
Last updated