Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Styles Class / CompositeCfFill Method


In This Topic
    CompositeCfFill Method
    In This Topic
    Composite cell fill with the CF fill.
    Syntax
    'Declaration
     
    
    Public Shared Function CompositeCfFill( _
       ByRef cellFill As Fill, _
       ByRef cfFill As Fill _
    ) As Boolean
    'Usage
     
    
    Dim cellFill As Fill
    Dim cfFill As Fill
    Dim value As Boolean
     
    value = Styles.CompositeCfFill(cellFill, cfFill)
    public static bool CompositeCfFill( 
       ref Fill cellFill,
       ref Fill cfFill
    )

    Parameters

    cellFill
    cfFill

    Return Value

    true if the CF Fill replace cell fill; otherwise, the CF Fill is blend with cell fill.
    See Also