Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXF Interface / DiagonalStyle Property


In This Topic
DiagonalStyle Property (IExcelXF)
In This Topic
the diagonal style for diagonal borders
Syntax
'Declaration
 
Property DiagonalStyle As Byte
 
'Usage
 
Dim instance As IExcelXF
Dim value As Byte
 
instance.DiagonalStyle = value
 
value = instance.DiagonalStyle
See Also