C1.Excel Assembly / C1.Util Namespace / IRendering Interface / SetOpacity Method
Opacity (from 1 to 0).
SetOpacity Method (IRendering)
In This Topic
Changes the opacity of drawing and filling.
Syntax
'Declaration
 
Sub SetOpacity( _
   ByVal opacity As System.Double _
) 
 

Parameters

opacity
Opacity (from 1 to 0).
See Also