Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SeriesCache Class / DropLine Property


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