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


In This Topic
    SpreadLineDashing Property (ExcelShape)
    In This Topic
    Gets or sets the spread line dashing.
    Syntax
    'Declaration
     
    
    Public Property SpreadLineDashing As DashStyle
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As DashStyle
     
    instance.SpreadLineDashing = value
     
    value = instance.SpreadLineDashing
    public DashStyle SpreadLineDashing {get; set;}

    Property Value

    spread line dashing
    See Also