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


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