Sets the index for the specified field and automatically re-arranges the order of the other fields accordingly
Namespace: Ico.Awx.ListAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void SetFieldIndex( AwxListField field, int index ) |
Visual Basic |
---|
Public Sub SetFieldIndex ( _ field As AwxListField, _ index As Integer _ ) |
JScript |
---|
public function SetFieldIndex( field : AwxListField, index : int ) |
Parameters
- field
- Type: Ico.Awx.List..::..AwxListField
The field whose index must be modified
- index
- Type: System..::..Int32
The new index of the field
Remarks
UpdateUI() method must be called to apply the changes
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | The AwxListField must exist in the AwxListView Fields list |