Click or drag to resize

AddtionalFormatWrapper IncludeBorder Property

Gets or sets a value indicating whether to include borders in the style.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IncludeBorder { get; set; }

Property Value

Type: Boolean
true if borders should be included; otherwise, false .

Implements

IExtendedFormat IncludeBorder
See Also