Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SetCellErrorText Method
Row index of cell
Column index of cell
Error text


In This Topic
    SetCellErrorText Method (SheetView)
    In This Topic
    Sets the error text for a specified cell.
    Syntax
    '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)
    public void SetCellErrorText( 
       int rowIndex,
       int columnIndex,
       string errorText
    )

    Parameters

    rowIndex
    Row index of cell
    columnIndex
    Column index of cell
    errorText
    Error text
    See Also