Click or drag to resize
UniGridExportHelperGetColumnNameByIndex Method
Gets column name by given index from table specified by name.

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

Parameters

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

Return Value

Type: String
Column name corresponding to given index
See Also