Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / BottomInPixel Property


In This Topic
    BottomInPixel Property (ExcelShape)
    In This Topic
    Gets or sets the bottom in pixel.
    Syntax
    'Declaration
     
    
    Public Property BottomInPixel As Single
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As Single
     
    instance.BottomInPixel = value
     
    value = instance.BottomInPixel
    public float BottomInPixel {get; set;}

    Property Value

    The bottom in pixel.
    See Also