DataHelperShiftValuesUp Method |
Shifts the values in the column of Data table one row up.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static void ShiftValuesUp(
DataTable dt,
string columnName
)
Parameters
- dt
- Type: System.DataDataTable
Table with the data - columnName
- Type: SystemString
Column name
See Also