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


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