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


In This Topic
    GetCellErrorText Method (SheetView)
    In This Topic
    Gets the error text of a specified cell.
    Syntax
    '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)
    See Also