Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IOOXmlSupport Interface / IsEquals Method
Type of the cell


In This Topic
    IsEquals Method
    In This Topic
    Determines whether the specified cell type is the same.
    Syntax
    'Declaration
     
    
    Function IsEquals( _
       ByVal cellType As Object _
    ) As Boolean
    'Usage
     
    
    Dim instance As IOOXmlSupport
    Dim cellType As Object
    Dim value As Boolean
     
    value = instance.IsEquals(cellType)
    bool IsEquals( 
       object cellType
    )

    Parameters

    cellType
    Type of the cell

    Return Value

    true if the specified cell type is the same; otherwise, false.
    See Also