Infragistics(R) NetAdvantage(R) Windows Forms
Add() Method
See Also  E-mail your feedback on this topic.
Infragistics.Win.UltraWinGrid Namespace > ColumnsCollection Class > Add Method : Add() Method

Adds a UltraGridColumn to the collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Add() As UltraGridColumn
C# 
public UltraGridColumn Add()

Return Value

The newly added column

Exceptions

ExceptionDescription
System.ArgumentNullException The argument was .

See Also