'Usage Dim instance As IOOXmlSupport Dim cellType As Object Dim value As Boolean value = instance.IsEquals(cellType)
Parameters
- cellType
- Type of the cell
Return Value
true
if the specified cell type is the same; otherwise, false
.'Usage Dim instance As IOOXmlSupport Dim cellType As Object Dim value As Boolean value = instance.IsEquals(cellType)
true
if the specified cell type is the same; otherwise, false
.