Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelChartShape Class / FillToLeft Property


In This Topic
    FillToLeft Property (ExcelChartShape)
    In This Topic
    Gets or sets the left position of the fill.
    Syntax
    'Declaration
     
    
    Public Property FillToLeft As Integer
    'Usage
     
    
    Dim instance As ExcelChartShape
    Dim value As Integer
     
    instance.FillToLeft = value
     
    value = instance.FillToLeft
    public int FillToLeft {get; set;}
    See Also