Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetRowErrorText Method
Row index


In This Topic
    GetRowErrorText Method (SheetView)
    In This Topic
    Gets the row error text.
    Syntax
    'Declaration
     
    
    Public Function GetRowErrorText( _
       ByVal rowIndex As Integer _
    ) As String
    'Usage
     
    
    Dim instance As SheetView
    Dim rowIndex As Integer
    Dim value As String
     
    value = instance.GetRowErrorText(rowIndex)
    public string GetRowErrorText( 
       int rowIndex
    )

    Parameters

    rowIndex
    Row index

    Return Value

    Error text of row (string.Empty if there is no error text)
    See Also