Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SerFmt Class / fSmoothedLine Property


In This Topic
    fSmoothedLine Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fSmoothedLine As Boolean
    'Usage
     
    
    Dim instance As SerFmt
    Dim value As Boolean
     
    instance.fSmoothedLine = value
     
    value = instance.fSmoothedLine
    public bool fSmoothedLine {get; set;}
    See Also