Click or drag to resize
DataHelperShiftValuesUp Method
Shifts the values in the column of Data table one row up.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static void ShiftValuesUp(
	DataTable dt,
	string columnName
)

Parameters

dt
Type: System.DataDataTable
Table with the data
columnName
Type: SystemString
Column name
See Also