Spread Windows Forms 12.0 Product Documentation
All Property (Border)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Border Structure : All Property
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
public BorderLine All {get; set;}

Property Value

A BorderLine value represents all border lines.
See Also

Reference

Border Structure
Border Members