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


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