Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / HighlightConditionalFormattingStyle Class / Border Property


In This Topic
    Border Property (HighlightConditionalFormattingStyle)
    In This Topic
    Gets the border.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Border As IBorder
    'Usage
     
    
    Dim instance As HighlightConditionalFormattingStyle
    Dim value As IBorder
     
    value = instance.Border
    public IBorder Border {get;}
    See Also