Spread Silverlight Documentation
OnRemoveColumns Method (RowFilterBase)


GrapeCity.Windows.SpreadSheet.Data Namespace > RowFilterBase Class : OnRemoveColumns Method
The column index at which to start removing columns.
The number of columns to remove.
Removes columns in the filter from the specified column.
Syntax
'Declaration
 
Protected MustOverride Sub OnRemoveColumns( _
   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.OnRemoveColumns(column, count)
protected abstract void OnRemoveColumns( 
   System.int column,
   System.int count
)

Parameters

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

Reference

RowFilterBase Class
RowFilterBase Members