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


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

    Property Value

    The top in pixel.
    See Also