Spread Windows Forms 12.0 Product Documentation
Diagonal Property (Border)


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

Reference

Border Structure
Border Members