ActiveReports 19 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSValue Structure / SetIntValue Method
The integer value to store.
The CSS unit type the value is.

In This Topic
SetIntValue Method
In This Topic
Specifies the value as an integer.
Syntax
'Declaration
 
Public Sub SetIntValue( _
   ByVal aValue As Integer, _
   ByVal aUnit As eCSSUnit _
) 
 

Parameters

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