ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfSection Class / IsEmpty Property

In This Topic
    IsEmpty Property (RtfSection)
    In This Topic
    Gets true if this object is empty, otherwise false.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property IsEmpty As System.Boolean
    public override System.bool IsEmpty {get;}
    See Also