MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSDeclaration Class / AppendUnknownValue Method
The unchanged name of the CSS property parsed.
The unchanged value for the CSS property.

In This Topic
AppendUnknownValue Method
In This Topic
Used to append unknown properties to this declaration. The unknown name and value will be used only when rebuilding the CSS string again.
Syntax
'Declaration
 
Public Sub AppendUnknownValue( _
   ByVal sPropertyName As String, _
   ByVal sPropertyValue As String _
) 
 

Parameters

sPropertyName
The unchanged name of the CSS property parsed.
sPropertyValue
The unchanged value for the CSS property.
See Also