Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Background Class / Enable Property
Example


In This Topic
    Enable Property
    In This Topic
    Gets or sets whether the Background image is enabled.
    Syntax
    'Declaration
     
    
    Public Property Enable As Boolean
    'Usage
     
    
    Dim instance As Background
    Dim value As Boolean
     
    instance.Enable = value
     
    value = instance.Enable
    public bool Enable {get; set;}

    Property Value

    Boolean: true if enabled; false otherwise
    Example
    This example sets the background image for the column.
    See Also