Spread Windows Forms 12.0 Product Documentation
Border Property (DifferentialFormat)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > DifferentialFormat Class : Border Property
Gets or sets the border formatting.
Syntax
'Declaration
 
Public Property Border As Border
'Usage
 
Dim instance As DifferentialFormat
Dim value As Border
 
instance.Border = value
 
value = instance.Border
public Border Border {get; set;}

Property Value

A Border value represents the border formatting.
See Also

Reference

DifferentialFormat Class
DifferentialFormat Members