MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSValue Structure / SetFloatValue Method
The value to store.
The CSS unit type the value is in.

In This Topic
SetFloatValue Method
In This Topic
Specifies this current value as a float.
Syntax
'Declaration
 
Public Sub SetFloatValue( _
   ByVal aValue As Single, _
   ByVal aUnit As eCSSUnit _
) 
 

Parameters

aValue
The value to store.
aUnit
The CSS unit type the value is in.
See Also