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


In This Topic
    Top_New Property (ExcelShape)
    In This Topic
    Gets or sets the top_ new.
    Syntax
    'Declaration
     
    
    Public Property Top_New As Integer
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As Integer
     
    instance.Top_New = value
     
    value = instance.Top_New
    public int Top_New {get; set;}

    Property Value

    The top_ new.
    See Also