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


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