Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / WidthInPixel Property


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

    Property Value

    The width in pixel.
    See Also