Click or drag to resize
DataExportHelperGetColumnCaptionText Method
Gets a caption for given column name.

Namespace: CMS.ImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
protected virtual string GetColumnCaptionText(
	int columnIndex,
	string tableName
)

Parameters

columnIndex
Type: SystemInt32
Index of column
tableName
Type: SystemString
Name of a table

Return Value

Type: String
Caption for a column
See Also