Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDataGridView Class / UpdateRowErrorText Method / UpdateRowErrorText(Int32,Int32) Method


In This Topic
    UpdateRowErrorText(Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub UpdateRowErrorText( _
       ByVal rowIndexStart As System.Integer, _
       ByVal rowIndexEnd As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NDataGridView
    Dim rowIndexStart As System.Integer
    Dim rowIndexEnd As System.Integer
     
    instance.UpdateRowErrorText(rowIndexStart, rowIndexEnd)
    public void UpdateRowErrorText( 
       System.int rowIndexStart,
       System.int rowIndexEnd
    )

    Parameters

    rowIndexStart
    rowIndexEnd
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also