Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLShape Class / IsEmpty Property

In This Topic
    IsEmpty Property (XLShape)
    In This Topic
    Determines whether the shape is empty.
    Syntax
    'Declaration
     
    
    Public MustOverride ReadOnly Property IsEmpty As Boolean
    public abstract bool IsEmpty {get;}
    See Also