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


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

    Property Value

    The right_ new.
    See Also