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


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

    Property Value

    The left_ new.
    See Also