Click or drag to resize
DataExportHelperGetRowNumber Method
Returns number of a row from given cell reference (ex. "B4" -> "4")

Namespace: CMS.ImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static int GetRowNumber(
	string cellReference
)

Parameters

cellReference
Type: SystemString
Cell reference in LETTERNUMBER format

Return Value

Type: Int32
Number of a row
See Also