Skip to main content

Update Row Item

Updates cell value for a given data table.

Input

  • Column: The data column object to which the cell whose value will be updated belongs.
    • Type: System.Data.DataColumn
    • Required
  • Column Name: The name of the data column to which the cell whose value will be updated belongs.
    • Type: System.String
    • Required
  • Column Index: Indicate the column to update by number(index).
    • Type: System.Int32
    • Required
  • Row: The row object to which the cell whose value will be updated belongs.
    • Type: System.Data.DataRow
    • Required
  • Value: The area where the new value of the cell to be updated is defined.
    • Type: System.Object
    • Required