public void SetCellErrorText( int rowIndex, int columnIndex, string errorText )
'Declaration Public Sub SetCellErrorText( _ ByVal rowIndex As Integer, _ ByVal columnIndex As Integer, _ ByVal errorText As String _ )
'Declaration
Public Sub SetCellErrorText( _ ByVal rowIndex As Integer, _ ByVal columnIndex As Integer, _ ByVal errorText As String _ )
'Usage Dim instance As SheetView Dim rowIndex As Integer Dim columnIndex As Integer Dim errorText As String instance.SetCellErrorText(rowIndex, columnIndex, errorText)
'Usage
Dim instance As SheetView Dim rowIndex As Integer Dim columnIndex As Integer Dim errorText As String instance.SetCellErrorText(rowIndex, columnIndex, errorText)
SheetView Class SheetView Members