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


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

    Property Value

    The right in pixel.
    See Also