Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / (Global) Namespace / aq Class / SetColumnError Method / SetColumnError(String,String) Method

In This Topic
    SetColumnError(String,String) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub SetColumnError( _
       ByVal columnName As System.String, _
       ByVal error As System.String _
    ) 
    public void SetColumnError( 
       System.string columnName,
       System.string error
    )

    Parameters

    columnName
    error
    See Also