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


GrapeCity.Xaml.SpreadSheet.Data Namespace > HideRowFilter Class : OnAddColumns Method
The column index of the column after which to add columns.
The number of columns to add.
Adds columns to the filter after the specified column.
Syntax
'Declaration
 
Protected Overrides Sub OnAddColumns( _
   ByVal column As Integer, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As HideRowFilter
Dim column As Integer
Dim count As Integer
 
instance.OnAddColumns(column, count)
protected override 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.
See Also

Reference

HideRowFilter Class
HideRowFilter Members