Click or drag to resize
DataHelperGetRowSize Method
Returns the row data size (size of the contained data).

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static int GetRowSize(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
Data row

Return Value

Type: Int32
See Also