Spread for ASP.NET 12 Product Documentation
Index Property (SortInfo)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SortInfo Class : Index Property
Gets or sets the index of the column or row on which to sort.
Syntax
'Declaration
 
Public Property Index As Integer
'Usage
 
Dim instance As SortInfo
Dim value As Integer
 
instance.Index = value
 
value = instance.Index
public int Index {get; set;}
See Also

Reference

SortInfo Class
SortInfo Members