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


The row index of the row after which to add rows.
The number of rows to add.
Adds rows in the filter after the specified row.
Syntax
'Declaration
 
Protected MustOverride Sub OnAddRows( _
   ByVal row As Integer, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As RowFilterBase
Dim row As Integer
Dim count As Integer
 
instance.OnAddRows(row, count)
protected abstract 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

RowFilterBase Class
RowFilterBase Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options