'Declaration Public Function IsEmpty() As Boolean
'Usage Dim instance As RangeReference Dim value As Boolean value = instance.IsEmpty()
public bool IsEmpty()
Return Value
true
if this instance is empty; otherwise, false
.'Declaration Public Function IsEmpty() As Boolean
'Usage Dim instance As RangeReference Dim value As Boolean value = instance.IsEmpty()
public bool IsEmpty()
true
if this instance is empty; otherwise, false
.