'Declaration
Public Overloads Sub SetColumnError( _ ByVal columnIndex As Integer, _ ByVal error As String _ )
public void SetColumnError( int columnIndex, string error )
Parameters
- columnIndex
- The zero-based index of the column.
- error
- The error description.