'Declaration
Public Sub SetCellErrorText( _ ByVal rowIndex As Integer, _ ByVal columnIndex As Integer, _ ByVal errorText As String _ )
Parameters
- rowIndex
- Row index of cell
- columnIndex
- Column index of cell
- errorText
- Error text
'Declaration
Public Sub SetCellErrorText( _ ByVal rowIndex As Integer, _ ByVal columnIndex As Integer, _ ByVal errorText As String _ )