Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / BorderLineData Class / MiddleDash Property


In This Topic
MiddleDash Property
In This Topic
Gets dash information of the middle line.
Syntax
'Declaration
 
Public ReadOnly Property MiddleDash As Double()
 
'Usage
 
Dim instance As BorderLineData
Dim value() As Double
 
value = instance.MiddleDash
See Also