Spread WPF 18
GrapeCity.Spreadsheet Namespace / StyleFormat Structure / Border Property


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

    Property Value

    A Border value represents the border formatting.
    See Also