FlexGrid for WinForms
Add() Method



Appends a new Row object to the collection.
Syntax
'Declaration
 
Public Overloads Function Add() As Row
'Usage
 
Dim instance As RowCollection
Dim value As Row
 
value = instance.Add()
public Row Add()
public:
Row^ Add(); 

Return Value

A reference to the Row that was added to the collection.
Remarks
The Add method appends a new row to the collection. To insert a row at a specific position, use the Insert method.
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
Overload List

 

 


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

Send Feedback