FlexGrid for WinForms
RemoveRange Method (ColumnCollection)



The index of the first column to remove from the collection.
The number of columns to remove from the collection.
Removes a range of Column objects from the collection.
Syntax
'Declaration
 
Public Sub RemoveRange( _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As ColumnCollection
Dim index As Integer
Dim count As Integer
 
instance.RemoveRange(index, count)
public void RemoveRange( 
   int index,
   int count
)
public:
void RemoveRange( 
   int index,
   int count
) 

Parameters

index
The index of the first column to remove from the collection.
count
The number of columns to remove from the collection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColumnCollection Class
ColumnCollection Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback