[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetCellErrorText

GetCellErrorText Method

GetCellErrorText(int, int)

Gets the error text of a specified cell.

Declaration
public string GetCellErrorText(int rowIndex, int columnIndex)
Public Function GetCellErrorText(rowIndex As Integer, columnIndex As Integer) As String
Parameters
Type Name Description
int rowIndex

Row index of cell

int columnIndex

Column index of cell

Returns
Type Description
string

Error text of cell (string.Empty if there is no error text)