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


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

    Property Value

    The height in pixel.
    See Also