UniGridExportHelperGetColumnIndex Method |
Gets index of a column corresponding to columns actually selected to export.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax 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:
Int32Index of a column
See Also