Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DifferentialFormat Class / Border Property


In This Topic
    Border Property (DifferentialFormat)
    In This Topic
    Gets or sets the border formatting.
    Syntax
    'Declaration
     
    
    Public Property Border As Border
    'Usage
     
    
    Dim instance As DifferentialFormat
    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