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


In This Topic
    Top_New Property (OfficeArtClientAnchorSheet)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Top_New As Integer
    'Usage
     
    
    Dim instance As OfficeArtClientAnchorSheet
    Dim value As Integer
     
    instance.Top_New = value
     
    value = instance.Top_New
    public int Top_New {get; set;}
    See Also