IsEmpty Method (CellData)
In This Topic
Gets a boolean value indicating whether this
CellData value is empty.
Syntax
'Declaration
Public Function IsEmpty() As Boolean
'Usage
Dim instance As CellData
Dim value As Boolean
value = instance.IsEmpty()
See Also