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


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