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; }
Public Property IncludeBorder As Boolean
Get
Set
public:
virtual property bool IncludeBorder {
bool get () sealed;
void set (bool value) sealed;
}
abstract IncludeBorder : bool with get, set
override IncludeBorder : bool with get, set
Property Value
Type:
Boolean
true
if borders should be included; otherwise,
false
.
Implements
IExtendedFormat
IncludeBorder
See Also