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


GrapeCity.Xaml.SpreadSheet.Data Namespace > HideRowFilter Class : OnRemoveColumns Method
The column index at which to start removing columns.
The number of columns to remove.
Removes columns from the filter starting with the specified column.
Syntax
'Declaration
 
Protected Overrides Sub OnRemoveColumns( _
   ByVal column As Integer, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As HideRowFilter
Dim column As Integer
Dim count As Integer
 
instance.OnRemoveColumns(column, count)
protected override void OnRemoveColumns( 
   int column,
   int count
)

Parameters

column
The column index at which to start removing columns.
count
The number of columns to remove.
See Also

Reference

HideRowFilter Class
HideRowFilter Members