Spread WPF Documentation
OnRemoveColumns Method (HideRowFilter)


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 System.Integer, _
   ByVal count As System.Integer _
) 
'Usage
 
Dim instance As HideRowFilter
Dim column As System.Integer
Dim count As System.Integer
 
instance.OnRemoveColumns(column, count)
protected override 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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

HideRowFilter Class
HideRowFilter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.