Spread WPF 18
GrapeCity.Spreadsheet Namespace / CellImageAttribute Class / Match Method


In This Topic
    Match Method (CellImageAttribute)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function Match( _
       ByVal obj As Object _
    ) As Boolean
    'Usage
     
    Dim instance As CellImageAttribute
    Dim obj As Object
    Dim value As Boolean
     
    value = instance.Match(obj)
    public virtual bool Match( 
       object obj
    )

    Parameters

    obj
    See Also