Spread Windows Forms 12.0 Product Documentation
IsEquals Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > IOOXmlSupport Interface : IsEquals Method
Type of the cell
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

Reference

IOOXmlSupport Interface
IOOXmlSupport Members