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


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