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


In This Topic
    SelectedBackgroundImageUrl Property
    In This Topic
    Gets or sets the location of a background image when a cell is selected.
    Syntax
    'Declaration
     
    
    Public Property SelectedBackgroundImageUrl As String
    'Usage
     
    
    Dim instance As Background
    Dim value As String
     
    instance.SelectedBackgroundImageUrl = value
     
    value = instance.SelectedBackgroundImageUrl
    public string SelectedBackgroundImageUrl {get; set;}

    Property Value

    String containing the URL of the image
    Example
    This example sets the background image for the column.
    See Also