ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / Task Class / SetColumnError Method
The column name, such as "Task Mode" or "Duration".
The error message.

In This Topic
    SetColumnError Method (Task)
    In This Topic
    Sets the error message displayed for a specific column of the task.
    Syntax
    'Declaration
     
    Public Sub SetColumnError( _
       ByVal columnName As System.String, _
       ByVal message As System.String _
    ) 
    public void SetColumnError( 
       System.string columnName,
       System.string message
    )

    Parameters

    columnName
    The column name, such as "Task Mode" or "Duration".
    message
    The error message.
    Remarks
    Setting the error message to an empty string removes the ErrorInfo glyph from the column of the task.
    See Also