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


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