ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / IRendering Interface / SetOpacity Method
Opacity (from 1 to 0).

In This Topic
    SetOpacity Method (IRendering)
    In This Topic
    Changes the opacity of drawing and filling.
    Syntax
    'Declaration
     
    Sub SetOpacity( _
       ByVal opacity As System.Double _
    ) 
    void SetOpacity( 
       System.double opacity
    )

    Parameters

    opacity
    Opacity (from 1 to 0).
    See Also