DataExportHelperGetRowNumber Method |
Returns number of a row from given cell reference (ex. "B4" -> "4")
Namespace: CMS.ImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax public static int GetRowNumber(
string cellReference
)
Parameters
- cellReference
- Type: SystemString
Cell reference in LETTERNUMBER format
Return Value
Type:
Int32Number of a row
See Also