FlexGrid for WinForms
Add(Int32) Method



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

Parameters

count
Number of columns to add to the collection.
Remarks
This method adds the new columns to the end of the collection. To insert columns at specific positions, use the Insert or InsertRange methods.
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
Overload List

 

 


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

Send Feedback