'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
.