ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.ExpressionEditor Namespace / ExpressionEditorCollection Class / GetColumnName Method
The expression editor.

In This Topic
    GetColumnName Method
    In This Topic
    Gets the column name of the expression editor.
    Syntax
    'Declaration
     
    Public Function GetColumnName( _
       ByVal editor As C1ExpressionEditor _
    ) As String
    public string GetColumnName( 
       C1ExpressionEditor editor
    )

    Parameters

    editor
    The expression editor.
    See Also