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

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

Parameters

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

Return Value

Type: String
Caption for a column
See Also