ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 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
    public System.double GetRowValue( 
       System.int row
    )

    Parameters

    row
    Row index.

    Return Value

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