Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / RangeBase Class / IsEmpty Property

In This Topic
    IsEmpty Property
    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