ActiveReports 9
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 System.Double _
) 
public void SetValue( 
   System.double dblValue
)

Parameters

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

Reference

DDCell Class
DDCell Members
Overload List

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum