FlexGrid for WinForms
Add(Int32) Method



Number of rows to add to the collection.
Appends a given number of Row objects to the collection.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As RowCollection
Dim count As Integer
 
instance.Add(count)
public void Add( 
   int count
)
public:
void Add( 
   int count
) 

Parameters

count
Number of rows to add 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
Overload List

 

 


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

Send Feedback