[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Fill.IsMatch

IsMatch Method

IsMatch(Workbook, ref Fill)

Gets a boolean value indicating whether the two fills are matched.

Declaration
public bool IsMatch(Workbook workbook, ref Fill other)
Public Function IsMatch(workbook As Workbook, ByRef other As Fill) As Boolean
Parameters
Type Name Description
Workbook workbook

The workbook which holds the fill.

Fill other

The compared fill.

Returns
Type Description
bool

true if the displaying of two fills are matched; otherwise, false.