FlexGrid for WinForms
Insert Method (RowCollection)



The position where the new row will be inserted.
Adds a new Row object to the collection at a specified position.
Syntax
'Declaration
 
Public Function Insert( _
   ByVal index As Integer _
) As Row
'Usage
 
Dim instance As RowCollection
Dim index As Integer
Dim value As Row
 
value = instance.Insert(index)
public Row Insert( 
   int index
)
public:
Row^ Insert( 
   int index
) 

Parameters

index
The position where the new row will be inserted.

Return Value

A reference to the Row that was added to 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