Click or drag to resize
DataExportHelperCreateColumnReference Method
Creates column reference from column and row numbers.

Namespace: CMS.ImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static string CreateColumnReference(
	int columnNumber,
	int rowNumber
)

Parameters

columnNumber
Type: SystemInt32
Number of a column
rowNumber
Type: SystemInt32
Number of a row

Return Value

Type: String
Cell reference in LETTERNUMBER format
See Also