GrapeCity.Xaml.SpreadSheet.UI
RangeSorting Event (SheetView)


Occurs when a column is about to be automatically sorted.
Syntax
'Declaration
 
Public Event RangeSorting As EventHandler(Of RangeSortingEventArgs)
'Usage
 
Dim instance As SheetView
Dim handler As EventHandler(Of RangeSortingEventArgs)
 
AddHandler instance.RangeSorting, handler
public event 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
Ascending Gets whether the automatic sort is ascending.  
Cancel (Inherited from System.ComponentModel.CancelEventArgs)
Column Gets the index of the column to be automatically sorted.  
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options