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

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected override int GetColumnIndex(
	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