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


In This Topic
    IsEmpty Property (PreviewRowInfo)
    In This Topic
    Gets a value that indicates whether this instance is empty.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsEmpty As Boolean
    'Usage
     
    
    Dim instance As PreviewRowInfo
    Dim value As Boolean
     
    value = instance.IsEmpty
    public bool IsEmpty {get;}

    Property Value

    Boolean: true if this instance is empty; false otherwise
    See Also