[]
Sets the error text for a specified cell.
public void SetCellErrorText(int rowIndex, int columnIndex, string errorText)
Public Sub SetCellErrorText(rowIndex As Integer, columnIndex As Integer, errorText As String)
| Type | Name | Description |
|---|---|---|
| int | rowIndex | Row index of cell |
| int | columnIndex | Column index of cell |
| string | errorText | Error text |