Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / StyleFormat Structure / Border Property


In This Topic
Border Property (StyleFormat)
In This Topic
Gets or sets the border formatting.
Syntax
'Declaration
 
Public Property Border As Border
 
'Usage
 
Dim instance As StyleFormat
Dim value As Border
 
instance.Border = value
 
value = instance.Border

Property Value

A Border value represents the border formatting.
See Also