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


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