Click or drag to resize
UniMatrixGetColumnIndexes Method
Gets an array of indexes which are sorted according to ColumnsPreferedOrder. i.e: Permission are "A","B","C" .. desired permission order is "C","A","B", then columnOrderIndex will be [2,0,1]

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
protected int[] GetColumnIndexes(
	IList<DataRow> columns,
	string columnOrder
)

Parameters

columns
Type: System.Collections.GenericIListDataRow
The columns
columnOrder
Type: SystemString
The column order

Return Value

Type: Int32
See Also