Click or drag to resize
DataExportHelperGetColumnNumber Method
Gets number of given column name ("A" -> "1")

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

Parameters

columnName
Type: SystemString
Name of column

Return Value

Type: Int32
Number of column
See Also