'Declaration Public Function GetCellErrorText( _ ByVal rowIndex As Integer, _ ByVal columnIndex As Integer _ ) As String
'Usage Dim instance As SheetView Dim rowIndex As Integer Dim columnIndex As Integer Dim value As String value = instance.GetCellErrorText(rowIndex, columnIndex)
public string GetCellErrorText( int rowIndex, int columnIndex )
Parameters
- rowIndex
- Row index of cell
- columnIndex
- Column index of cell
Return Value
Error text of cell (string.Empty if there is no error text)