Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / BaseCellType Class / BackgroundImageUrl Property
Example


In This Topic
    BackgroundImageUrl Property (BaseCellType)
    In This Topic
    Gets or sets the URL for the background image for the cell.
    Syntax
    'Declaration
     
    
    Public Overridable Property BackgroundImageUrl As String
    'Usage
     
    
    Dim instance As BaseCellType
    Dim value As String
     
    instance.BackgroundImageUrl = value
     
    value = instance.BackgroundImageUrl
    public virtual string BackgroundImageUrl {get; set;}

    Property Value

    String containing the URL for the background image
    Example
    This example sets the background image for a cell.
    See Also