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


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