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


The column index of the column after which to add columns.
The number of columns to add.
Adds columns in the filter after the specified column.
Syntax
'Declaration
 
Protected MustOverride Sub OnAddColumns( _
   ByVal column As Integer, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As RowFilterBase
Dim column As Integer
Dim count As Integer
 
instance.OnAddColumns(column, count)
protected abstract void OnAddColumns( 
   int column,
   int count
)

Parameters

column
The column index of the column after which to add columns.
count
The number of columns 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