Spread Windows Forms 12.0 Product Documentation
DiagonalUp Property (Border)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Border Structure : DiagonalUp Property
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

Reference

Border Structure
Border Members