FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DDataSetGrid Class / SetValue Method
The column index.
The row index.
The z-value at specified row and column.

In This Topic
    SetValue Method (Chart3DDataSetGrid)
    In This Topic
    Sets z-value of data by specified row and column.
    Syntax
    'Declaration
     
    Public Sub SetValue( _
       ByVal column As Integer, _
       ByVal row As Integer, _
       ByVal value As Double _
    ) 
    public void SetValue( 
       int column,
       int row,
       double value
    )

    Parameters

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