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


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

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

PropertyDescription
Cancel (Inherited from System.ComponentModel.CancelEventArgs)
Column Gets the index of the column to be automatically filtered.  
FilterValues Gets the values to filter the column by.  
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options