Spread Silverlight Documentation
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 System.Integer, _
   ByVal count As System.Integer _
) 
'Usage
 
Dim instance As RowFilterBase
Dim column As System.Integer
Dim count As System.Integer
 
instance.OnAddColumns(column, count)
protected abstract void OnAddColumns( 
   System.int column,
   System.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 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

RowFilterBase Class
RowFilterBase Members

 

 


Copyright © GrapeCity, inc. All rights reserved.