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


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 Integer, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As RowFilterBase
Dim column As Integer
Dim count As Integer
 
instance.OnRemoveColumns(column, count)
protected abstract void OnRemoveColumns( 
   int column,
   int count
)

Parameters

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

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

RowFilterBase Class
RowFilterBase Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options