Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / LineFormat Class / lns Property


In This Topic
    lns Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property lns As LineStyle
    'Usage
     
    
    Dim instance As LineFormat
    Dim value As LineStyle
     
    instance.lns = value
     
    value = instance.lns
    public LineStyle lns {get; set;}
    See Also