Spread Windows Forms 12.0 Product Documentation
DiagonalDown Property (Border)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Border Structure : DiagonalDown Property
Gets or sets a value indicating whether the cell's diagonal border includes a diagonal line, starting at the top left corner of the cell and moving down to the bottom right corner of the cell.
Syntax
'Declaration
 
Public Property DiagonalDown As Boolean
'Usage
 
Dim instance As Border
Dim value As Boolean
 
instance.DiagonalDown = value
 
value = instance.DiagonalDown
public bool DiagonalDown {get; set;}

Property Value

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

Reference

Border Structure
Border Members