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


In This Topic
    GetColumnValueAtRow Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetColumnValueAtRow( _
       ByVal source As System.Windows.Forms.CurrencyManager, _
       ByVal rowNum As System.Integer _
    ) 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
     
    value = instance.GetColumnValueAtRow(source, rowNum)
    protected override System.object GetColumnValueAtRow( 
       System.Windows.Forms.CurrencyManager source,
       System.int rowNum
    )

    Parameters

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