Click or drag to resize
DataHelperShiftValuesUp Method

Note: This API is now obsolete.

Shifts the values in the column of Data table one row up.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use custom logic instead.")]
public static void ShiftValuesUp(
	DataTable dt,
	string columnName
)

Parameters

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