Spread WinForms 15
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)

Parameters

cellFill
cfFill

Return Value

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