Nevron.Chart Namespace / NDataSeriesGrid Class / Item Property / Item(Int32,Int32) Property


Item(Int32,Int32) Property
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal rowIndex As System.Integer, _
   ByVal columnIndex As System.Integer _
) As System.Object
 
'Usage
 
Dim instance As NDataSeriesGrid
Dim rowIndex As System.Integer
Dim columnIndex As System.Integer
Dim value As System.Object
 
instance.Item(rowIndex, columnIndex) = value
 
value = instance.Item(rowIndex, columnIndex)

Parameters

rowIndex
columnIndex
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