Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDataGridDateTimeColumnStyle Class / SetColumnValueAtRow Method


In This Topic
    SetColumnValueAtRow Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub SetColumnValueAtRow( _
       ByVal source As System.Windows.Forms.CurrencyManager, _
       ByVal rowNum As System.Integer, _
       ByVal value As System.Object _
    ) 
    'Usage
     
    
    Dim instance As NDataGridDateTimeColumnStyle
    Dim source As System.Windows.Forms.CurrencyManager
    Dim rowNum As System.Integer
    Dim value As System.Object
     
    instance.SetColumnValueAtRow(source, rowNum, value)
    protected override void SetColumnValueAtRow( 
       System.Windows.Forms.CurrencyManager source,
       System.int rowNum,
       System.object value
    )

    Parameters

    source
    rowNum
    value
    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