DataExportHelperGetColumnName Method |
Returns name of column from given cell reference (ex. "B4" -> "B")
Namespace: CMS.ImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 8.2.23
Syntax public static string GetColumnName(
string cellReference
)
Parameters
- cellReference
- Type: SystemString
Cell reference in LETTERNUMBER format
Return Value
Type:
StringName of a column
See Also