ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Cells Namespace / DDCell Class / SetValue Method / SetValue(Double) Method
The numeric value to be stored in this cell.

In This Topic
SetValue(Double) Method
In This Topic
Sets the cell type to DDCellType.Number and assigns the specified numeric value to the cell.
Syntax
'Declaration
 
Public Overloads Sub SetValue( _
   ByVal dblValue As Double _
) 
 

Parameters

dblValue
The numeric value to be stored in this cell.
See Also