Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FloatingObject Class / ImageUrl Property
Example


In This Topic
    ImageUrl Property (FloatingObject)
    In This Topic
    Gets or sets control ImageUrl property.
    Syntax
    'Declaration
     
    
    Public Overridable Property ImageUrl As String
    'Usage
     
    
    Dim instance As FloatingObject
    Dim value As String
     
    instance.ImageUrl = value
     
    value = instance.ImageUrl
    public virtual string ImageUrl {get; set;}
    Example
    This example adds an image to the sheet.
    See Also