Click or drag to resize
UniGridExportHelperGetColumnIndexInternal Method
Gets index of a column corresponding to columns actually selected to export.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
protected int GetColumnIndexInternal(
	string tableName,
	string columnName
)

Parameters

tableName
Type: SystemString
Name of a table
columnName
Type: SystemString
Name of a column

Return Value

Type: Int32
Index of a column
See Also