ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.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 System.Boolean
    public abstract System.bool IsEmpty {get;}
    See Also