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


In This Topic
DrawingThickness Property
In This Topic
Gets the border line count.
Syntax
'Declaration
 
Public Property DrawingThickness As Integer
 
'Usage
 
Dim instance As BorderLineData
Dim value As Integer
 
instance.DrawingThickness = value
 
value = instance.DrawingThickness
See Also