SetAutoSortIndex Method
SetAutoSortIndex(int, int)
Sets the automatic sort index for the specified row or column.
Declaration
public override void SetAutoSortIndex(int index, int value)
Public Overrides Sub SetAutoSortIndex(index As Integer, value As Integer)
Parameters
Type |
Name |
Description |
int |
index |
Row or column index
|
int |
value |
The automatic sort index
|
Overrides