ComponentOne FlexReport for WinForms
SetValue Method

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > Chart3DDataSetGrid Class : SetValue Method
The column index.
The row index.
The z-value at specified row and column.
Sets z-value of data by specified row and column.
Syntax
'Declaration
 
Public Sub SetValue( _
   ByVal column As System.Integer, _
   ByVal row As System.Integer, _
   ByVal value As System.Double _
) 
public void SetValue( 
   System.int column,
   System.int row,
   System.double value
)

Parameters

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

Reference

Chart3DDataSetGrid Class
Chart3DDataSetGrid Members