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


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

    Property Value

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