Click or drag to resize
DataExportHelperGetColumnName Method
Returns name of column from given cell reference (ex. "B4" -> "B")

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

Parameters

cellReference
Type: SystemString
Cell reference in LETTERNUMBER format

Return Value

Type: String
Name of a column
See Also