Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / SetRowErrorText Method


In This Topic
    SetRowErrorText Method (DefaultSheetDataModel)
    In This Topic
    Internal method to set row expression without triggering auto calculation.
    Syntax
    'Declaration
     
    
    Public Sub SetRowErrorText( _
       ByVal row As Integer, _
       ByVal value As String _
    ) 
    'Usage
     
    
    Dim instance As DefaultSheetDataModel
    Dim row As Integer
    Dim value As String
     
    instance.SetRowErrorText(row, value)
    public void SetRowErrorText( 
       int row,
       string value
    )

    Parameters

    row
    value
    See Also