GrapeCity.Xaml.SpreadSheet.Data
OnClear Method (HideRowFilter)


The row index of the first row in the selected range.
The column index of the first column in the selected range.
The number of rows in the selected range.
The number of columns in the selected range.
Removes filters from the specified range
Syntax
'Declaration
 
Protected Overrides Sub OnClear( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
) 
'Usage
 
Dim instance As HideRowFilter
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
 
instance.OnClear(row, column, rowCount, columnCount)
protected override void OnClear( 
   int row,
   int column,
   int rowCount,
   int columnCount
)

Parameters

row
The row index of the first row in the selected range.
column
The column index of the first column in the selected range.
rowCount
The number of rows in the selected range.
columnCount
The number of columns in the selected range.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

HideRowFilter Class
HideRowFilter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options