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