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


In This Topic
    Top Property (FloatingObject)
    In This Topic
    Gets or sets the Y-coordinate of the object.
    Syntax
    'Declaration
     
    
    Public Overridable Property Top As Unit
    'Usage
     
    
    Dim instance As FloatingObject
    Dim value As Unit
     
    instance.Top = value
     
    value = instance.Top
    public virtual Unit Top {get; set;}
    Example
    This example adds an image to the sheet.
    See Also