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