ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Cells Namespace / DDCell Class / SetValue Method / SetValue(Double) Method
The numeric value to store as this cell's current value.

In This Topic
    SetValue(Double) Method
    In This Topic
    Sets the cell's type to DDCellType.Number, and stores the cell's current value becomes 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 this cell's current value.
    See Also