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


In This Topic
All Property (Border)
In This Topic
Gets or sets all border lines.
Syntax
'Declaration
 
Public Property All As BorderLine
 
'Usage
 
Dim instance As Border
Dim value As BorderLine
 
instance.All = value
 
value = instance.All

Property Value

A BorderLine value represents all border lines.
See Also