Spread Windows Forms 10.0 Product Documentation
Add(CharBoxInfo,Int32) Method


A CharBoxInfo indicate the template CharBoxInfo which would be added in current collection
An System.Int32 indicate the total number of CharBoxInfo which be added
Adds a CharBoxInfo to the collection.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal templateCharBoxInfo As CharBoxInfo, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As CharBoxInfoCollection
Dim templateCharBoxInfo As CharBoxInfo
Dim count As Integer
 
instance.Add(templateCharBoxInfo, count)
public void Add( 
   CharBoxInfo templateCharBoxInfo,
   int count
)

Parameters

templateCharBoxInfo
A CharBoxInfo indicate the template CharBoxInfo which would be added in current collection
count
An System.Int32 indicate the total number of CharBoxInfo which be added
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

CharBoxInfoCollection Class
CharBoxInfoCollection Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.