Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Border Structure / All Property


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

    Property Value

    A BorderLine value represents all border lines.
    See Also