ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / IRendering Interface / SetFill Method

In This Topic
    SetFill Method (IRendering)
    In This Topic
    Sets the fill brush.
    Syntax
    'Declaration
     
    Sub SetFill( _
       ByVal brush As System.Object _
    ) 
    void SetFill( 
       System.object brush
    )

    Parameters

    brush
    See Also