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


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

    Property Value

    The left in pixel.
    See Also