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


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