Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.UIControls.v4.4 Assembly / Xceed.Chart.UIControls Namespace / DataGridDateTimeColumnStyle Class / GetColumnValueAtRow Method


In This Topic
    GetColumnValueAtRow Method
    In This Topic
    This member is reserved for internal use and is not intended to be used directly from your code.
    Syntax
    'Declaration
     
    Protected Overrides Function GetColumnValueAtRow( _
       ByVal source As CurrencyManager, _
       ByVal rowNum As Integer _
    ) As Object
    'Usage
     
    Dim instance As DataGridDateTimeColumnStyle
    Dim source As CurrencyManager
    Dim rowNum As Integer
    Dim value As Object
     
    value = instance.GetColumnValueAtRow(source, rowNum)
    protected override object GetColumnValueAtRow( 
       CurrencyManager source,
       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