[]
Gets the error text of a specified cell.
public string GetCellErrorText(int rowIndex, int columnIndex)
Public Function GetCellErrorText(rowIndex As Integer, columnIndex As Integer) As String
Type | Description |
---|---|
string | Error text of cell (string.Empty if there is no error text) |