C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / Chart3DDataSetIrGrid Class / GetRowValue Method
Row index.

In This Topic
GetRowValue Method
In This Topic
Returns the Y value associated with the specified indexed row.
Syntax
'Declaration
 
Public Function GetRowValue( _
   ByVal row As System.Integer _
) As System.Double
 

Parameters

row
Row index.

Return Value

The Y value associated with the specified indexed row.
See Also