Nevron .NET Vision
Nevron.Chart Namespace / NDataSeriesGrid Class / Item Property / Item(DataGridCell) Property


In This Topic
    Item(DataGridCell) Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Property Item( _
       ByVal cell As System.Windows.Forms.DataGridCell _
    ) As System.Object
    'Usage
     
    
    Dim instance As NDataSeriesGrid
    Dim cell As System.Windows.Forms.DataGridCell
    Dim value As System.Object
     
    instance.Item(cell) = value
     
    value = instance.Item(cell)
    public System.object Item( 
       System.Windows.Forms.DataGridCell cell
    ) {get; set;}

    Parameters

    cell
    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