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


In This Topic
    HeightInPixel Property (ExcelShape)
    In This Topic
    Gets the height in pixel.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property HeightInPixel As Single
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As Single
     
    value = instance.HeightInPixel
    public float HeightInPixel {get;}

    Property Value

    The height in pixel.
    See Also