Intersoft WebCombo Documentation
Add(String) Method
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > Columns Class > Add Method : Add(String) Method






FieldName
The data column field to add. The data column field to add.

Add Column object to Columns collection.

Add Column object to Columns collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Add( _
   ByVal FieldName As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As Columns
Dim FieldName As String
 
instance.Add(FieldName)
C# 
public void Add( 
   string FieldName
)
Delphi 
public procedure Add( 
    FieldName: String
); 
JScript 
public function Add( 
   FieldName : String
);
Managed Extensions for C++ 
public: void Add( 
   string* FieldName
) 
C++/CLI 
public:
void Add( 
   String^ FieldName
) 

Parameters

FieldName
The data column field to add. The data column field to add.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.