Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelPictShape Class / LeftColumn Property


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

    Property Value

    The left column.
    See Also