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


The row index of the row after which to add rows.
The number of rows to add.
Adds rows to the filter after the specified row.
Syntax
'Declaration
 
Protected Overrides Sub OnAddRows( _
   ByVal row As Integer, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As HideRowFilter
Dim row As Integer
Dim count As Integer
 
instance.OnAddRows(row, count)
protected override void OnAddRows( 
   int row,
   int count
)

Parameters

row
The row index of the row after which to add rows.
count
The number of rows to add.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

HideRowFilter Class
HideRowFilter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options