Insert Data Column
Insert a column data.
Last updated
Insert a column data.
Last updated
Insert values into the specified column of the data table.
Input : DataTable Variable
Specifies theDataTable
variable to insert columns.
Column Data : Object Argument
Specifies the column values to be inserted.
Column Data
must be a list of strings or IEnumerable objects.
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.