DataExportHelperCreateColumnReference Method |
Creates column reference from column and row numbers.
Namespace: CMS.ImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax 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:
StringCell reference in LETTERNUMBER format
See Also