Spread Windows Forms 12.0 Product Documentation
Outline Property (Border)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Border Structure : Outline Property
Gets or sets a value indicating whether left, right, top, and bottom borders should be applied only to outside borders of a cell range.
Syntax
'Declaration
 
Public Property Outline As Boolean
'Usage
 
Dim instance As Border
Dim value As Boolean
 
instance.Outline = value
 
value = instance.Outline
public bool Outline {get; set;}

Property Value

true if left, right, top, and bottom borders should be applied only to outside borders of a cell range; otherwise, false.
See Also

Reference

Border Structure
Border Members