Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelPictShape Class / TopOffSet Property


In This Topic
    TopOffSet Property (ExcelPictShape)
    In This Topic
    Gets or sets the top off set.
    Syntax
    'Declaration
     
    
    Public Property TopOffSet As Double
    'Usage
     
    
    Dim instance As ExcelPictShape
    Dim value As Double
     
    instance.TopOffSet = value
     
    value = instance.TopOffSet
    public double TopOffSet {get; set;}

    Property Value

    The top off set.
    See Also