ActiveReports 12
SetValue(Double) Method

GrapeCity.ActiveReports.Export.Excel.v12 Assembly > GrapeCity.SpreadBuilder.Cells Namespace > DDCell Class > SetValue Method : SetValue(Double) Method
The numeric value to store as the cell's current value.
Sets the cell's type to DDCellType.Number, and sets its value to the specified numeric value.
Syntax
'Declaration
 
Public Overloads Sub SetValue( _
   ByVal dblValue As Double _
) 
public void SetValue( 
   double dblValue
)

Parameters

dblValue
The numeric value to store as the cell's current value.
See Also

Reference

DDCell Class
DDCell Members
Overload List