FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DDataSetGrid Class / Item Property
The column index.
The row index.

In This Topic
    Item Property (Chart3DDataSetGrid)
    In This Topic
    Gets or sets z-value of data by specified row and column.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal column As Integer, _
       ByVal row As Integer _
    ) As Double
    public double this[ 
       int column,
       int row
    ]; {get; set;}

    Parameters

    column
    The column index.
    row
    The row index.

    Property Value

    The z-value at the specified row and column.
    See Also