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

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

    Parameters

    columnIndex
    error
    See Also