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


In This Topic
    Height Property (FloatingObject)
    In This Topic
    Gets or sets the height of the object in pixels.
    Syntax
    'Declaration
     
    
    Public Overrides Property Height As Unit
    'Usage
     
    
    Dim instance As FloatingObject
    Dim value As Unit
     
    instance.Height = value
     
    value = instance.Height
    public override Unit Height {get; set;}
    Exceptions
    ExceptionDescription
    if Height unit is not pixel.
    if Height value is not larger than zero.
    Example
    This example adds an image to the sheet.
    See Also