IsEmpty Property (RangeBase)
In This Topic
Gets a value indicating whether this range is empty
(does not contain any formattable content).
Syntax
'Declaration
Public ReadOnly Property IsEmpty As System.Boolean
public System.bool IsEmpty {get;}
See Also