ActiveReports 18 .NET Edition
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 _
    ) 
    public void SetStringValue( 
       string aValue,
       eCSSUnit aUnit
    )

    Parameters

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