ActiveReports Developer 7
SetValue(Double) Method
See Also 
GrapeCity.ActiveReports.Export.Excel.v7 Assembly > GrapeCity.SpreadBuilder.Cells Namespace > DDCell Class > SetValue Method : SetValue(Double) Method

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

Glossary Item Box

Sets the cell's type to DDCellType.Number, and sets its value to the specified numeric value.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub SetValue( _
   ByVal dblValue As System.Double _
) 
C# 
public void SetValue( 
   System.double dblValue
)

Parameters

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

See Also