Spread Windows Forms 12.0 Product Documentation
SetAutoSortIndex Method (IAutoSortIndexSupport)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > IAutoSortIndexSupport Interface : SetAutoSortIndex Method
The column index
The column header row index
Sets the column header row index in which to display the column automatic sort indicator (-1 to display in last row of column headers).
Syntax
'Declaration
 
Sub SetAutoSortIndex( _
   ByVal index As Integer, _
   ByVal value As Integer _
) 
'Usage
 
Dim instance As IAutoSortIndexSupport
Dim index As Integer
Dim value As Integer
 
instance.SetAutoSortIndex(index, value)
void SetAutoSortIndex( 
   int index,
   int value
)

Parameters

index
The column index
value
The column header row index
See Also

Reference

IAutoSortIndexSupport Interface
IAutoSortIndexSupport Members