UniGridExportHelperGetColumnNameByIndex Method |
Gets column name by given index from table specified by name.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax 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:
StringColumn name corresponding to given index
See Also