'Declaration
Public Function IsMatch( _ ByVal workbook As Workbook, _ ByRef other As Fill _ ) As Boolean
Parameters
- workbook
- The workbook which holds the fill.
- other
- The compared fill.
Return Value
true
if the displaying of two fills are matched; otherwise, false
.