Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / NamedStyle Class / Border Property
Example


In This Topic
    Border Property (NamedStyle)
    In This Topic
    Gets or sets the border for the style.
    Syntax
    'Declaration
     
    
    Public Overrides Property Border As Border
    'Usage
     
    
    Dim instance As NamedStyle
    Dim value As Border
     
    instance.Border = value
     
    value = instance.Border
    public override Border Border {get; set;}

    Property Value

    Border object with border of the cells of this style
    Example
    This example creates a new custom style and sets several of the style properties.
    See Also