MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSValue Structure / SetStringValue Method
The string value to store.
The CSS unit type of the value.

In This Topic
SetStringValue Method
In This Topic
Specifies this class's current value as a string.
Syntax
'Declaration
 
Public Sub SetStringValue( _
   ByVal aValue As String, _
   ByVal aUnit As eCSSUnit _
) 
 

Parameters

aValue
The string value to store.
aUnit
The CSS unit type of the value.
See Also