FlexGrid for WinForms
InsertRange Method (ColumnCollection)



The position where the new range will be inserted.
The number of columns to add.
Adds a range of Column objects to the collection at a specified position.
Syntax
'Declaration
 
Public Sub InsertRange( _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As ColumnCollection
Dim index As Integer
Dim count As Integer
 
instance.InsertRange(index, count)
public void InsertRange( 
   int index,
   int count
)
public:
void InsertRange( 
   int index,
   int count
) 

Parameters

index
The position where the new range will be inserted.
count
The number of columns to add.
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