Spread Silverlight Documentation
RangeSorting Event (SheetView)


Occurs when a column is about to be automatically sorted.
Syntax
'Declaration
 
Public Event RangeSorting As System.EventHandler(Of RangeSortingEventArgs)
'Usage
 
Dim instance As SheetView
Dim handler As System.EventHandler(Of RangeSortingEventArgs)
 
AddHandler instance.RangeSorting, handler
public event System.EventHandler<RangeSortingEventArgs> RangeSorting
Event Data

The event handler receives an argument of type RangeSortingEventArgs containing data related to this event. The following RangeSortingEventArgs properties provide information specific to this event.

PropertyDescription
AscendingGets whether the automatic sort is ascending.  
Cancel (Inherited from System.ComponentModel.CancelEventArgs)
ColumnGets the index of the column to be automatically sorted.  
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.