Composite cell fill with the CF fill.
'Declaration
Public Shared Function CompositeCfFill( _
ByRef As Fill, _
ByRef As Fill _
) As Boolean
'Usage
Dim cellFill As Fill
Dim cfFill As Fill
Dim value As Boolean
value = Styles.CompositeCfFill(cellFill, cfFill)
Parameters
- cellFill
- cfFill
Return Value
true
if the CF Fill replace cell fill; otherwise, the CF Fill is blend with cell fill.