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


In This Topic
    SpreadEndCap Property (ExcelShape)
    In This Topic
    Gets or sets the spread end cap.
    Syntax
    'Declaration
     
    
    Public Property SpreadEndCap As LineCap
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As LineCap
     
    instance.SpreadEndCap = value
     
    value = instance.SpreadEndCap
    public LineCap SpreadEndCap {get; set;}

    Property Value

    spread end cap
    See Also