Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Inset Class / IsEmpty Property
Example


In This Topic
    IsEmpty Property (Inset)
    In This Topic
    Determines whether none of the margins are set (whether the values are all zero).
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property IsEmpty As Boolean
    'Usage
     
    
    Dim instance As Inset
    Dim value As Boolean
     
    value = instance.IsEmpty
    public virtual bool IsEmpty {get;}

    Property Value

    true if empty; false otherwise
    Remarks
    This property is available at run time only.
    Example
    This example returns whether the inset is empty.
    See Also