ActiveReports 8
SetValue(Double) Method
See Also 
GrapeCity.ActiveReports.Export.Excel.v8 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also