GrapeCity.Xaml.SpreadSheet.Data
Index Property (SortInfo)


GrapeCity.Xaml.SpreadSheet.Data Namespace > SortInfo Class : Index Property
Gets or sets the index of the column or row on which to sort.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property Index As Integer
'Usage
 
Dim instance As SortInfo
Dim value As Integer
 
instance.Index = value
 
value = instance.Index
[DefaultValue()]
public int Index {get; set;}

Property Value

The index of the column or row on which to sort.
See Also

Reference

SortInfo Class
SortInfo Members