Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DynamicStyleInfo Class / Border Property


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