ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.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 System.String
    public System.string GetColumnName( 
       C1ExpressionEditor editor
    )

    Parameters

    editor
    The expression editor.
    See Also