ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / GraphicsRendering Class / SetFill Method

In This Topic
    SetFill Method (GraphicsRendering)
    In This Topic
    Sets the fill brush.
    Syntax
    'Declaration
     
    Public Overridable Sub SetFill( _
       ByVal brush As System.Object _
    ) 
    public virtual void SetFill( 
       System.object brush
    )

    Parameters

    brush
    See Also