Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Border Structure / DiagonalUp Property


In This Topic
    DiagonalUp Property (Border)
    In This Topic
    Gets or sets a value indicating whether cell's diagonal border includes a diagonal line, starting at the bottom left corner of the cell and moving up to the top right corner of the cell.
    Syntax
    'Declaration
     
    
    Public Property DiagonalUp As Boolean
    'Usage
     
    
    Dim instance As Border
    Dim value As Boolean
     
    instance.DiagonalUp = value
     
    value = instance.DiagonalUp
    public bool DiagonalUp {get; set;}

    Property Value

    true if cell's diagonal border includes a diagonal line, starting at the bottom left corner of the cell and moving up to the top right corner of the cell; otherwise, false.
    See Also