Skip to main content

XlBordersBase.Outline Property

This member supports the internal infrastructure and is not intended to be used directly from your code.

Gets or sets a value indicating whether the left, right, top and bottom borders should be applied only to the outside borders of a cell range.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public bool Outline { get; set; }

Property Value

Type Description
Boolean

The default is true.

See Also