public string GetCellErrorText( int rowIndex, int columnIndex )
'Declaration Public Function GetCellErrorText( _ ByVal rowIndex As Integer, _ ByVal columnIndex As Integer _ ) As String
'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)
'Usage
Dim instance As SheetView Dim rowIndex As Integer Dim columnIndex As Integer Dim value As String value = instance.GetCellErrorText(rowIndex, columnIndex)
SheetView Class SheetView Members