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


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

    Property Value

    The width in pixel.
    See Also