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


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

    Property Value

    A BorderLine value represents the diagonal side of border.
    See Also