Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IPaintingContext Interface / EnableDiagonalLine Property


In This Topic
EnableDiagonalLine Property (IPaintingContext)
In This Topic
Gets a boolean value indicating whether cell diagonal line is enable.
Syntax
'Declaration
 
ReadOnly Property EnableDiagonalLine As Boolean
 
'Usage
 
Dim instance As IPaintingContext
Dim value As Boolean
 
value = instance.EnableDiagonalLine
See Also