FlexGrid for WinForms
RemoveRange Method (RowCollection)



The index of the first row to remove from the collection.
The number of rows to remove from the collection.
Removes a range of rows from the collection.
Syntax
'Declaration
 
Public Sub RemoveRange( _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As RowCollection
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 row to remove from the collection.
count
The number of rows 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

RowCollection Class
RowCollection Members

 

 


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

Send Feedback