Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Fill Structure / IsMatch Method
The workbook which holds the fill.
The compared fill.


In This Topic
    IsMatch Method (Fill)
    In This Topic
    Gets a boolean value indicating whether the two fills are matched.
    Syntax
    'Declaration
     
    
    Public Function IsMatch( _
       ByVal workbook As Workbook, _
       ByRef other As Fill _
    ) As Boolean
    'Usage
     
    
    Dim instance As Fill
    Dim workbook As Workbook
    Dim other As Fill
    Dim value As Boolean
     
    value = instance.IsMatch(workbook, other)
    public bool IsMatch( 
       Workbook workbook,
       ref Fill other
    )

    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.
    See Also