Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Styles Class / CompositeCfFill(Fill,Fill) Method
The fill of cell.
The fill of conditional format.


In This Topic
    CompositeCfFill(Fill,Fill) Method
    In This Topic
    Composite cell fill with the CF fill.
    Syntax
    'Declaration
     
    
    Public Shared Function CompositeCfFill( _
       ByRef cellFill As Fill, _
       ByVal 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,
       Fill cfFill
    )

    Parameters

    cellFill
    The fill of cell.
    cfFill
    The fill of conditional format.

    Return Value

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