Expression Editor for WinForms | ComponentOne
C1.Win.ExpressionEditor Namespace / ExpressionEditorCollection Class / Add Method
specified column name.

In This Topic
    Add Method (ExpressionEditorCollection)
    In This Topic
    Adds new C1ExpressionEditor object into collection.
    Syntax
    'Declaration
     
    
    Public Function Add( _
       ByVal columnName As String _
    ) As C1ExpressionEditor

    Parameters

    columnName
    specified column name.

    Return Value

    returns added C1ExpressionEditor object
    Exceptions
    ExceptionDescription
    Represents the exception that is thrown when a duplicate database object name is encountered during an add operation in a System.Data.DataSet -related object.
    See Also