Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IErrorTextSupport Interface / GetRowErrorText Method
The row index


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

    Parameters

    row
    The row index

    Return Value

    The string value error text of the row
    See Also