C1.Win.C1Editor.4 Assembly > C1.Win.C1Editor.Internal.HTML Namespace > IHTMLElement2 Interface : setExpression Method |
setExpression
method of IHTMLElement2
interface.
'Declaration Sub setExpression( _ ByVal propname As System.String, _ ByVal expression As System.String, _ ByVal language As System.String _ )
void setExpression( System.string propname, System.string expression, System.string language )
An original IDL definition of setExpression
method was the following: HRESULT setExpression (BSTR propname, BSTR expression, [optional, defaultvalue("")] BSTR language)
;