Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtClientAnchorSheet Class / Right_New Property


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