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