AddtionalFormatWrapper
JustifyLast Property
|
Gets or sets a value indicating whether the last item should be justified.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool JustifyLast { get; set; }
Public Property JustifyLast As Boolean
Get
Set
public:
virtual property bool JustifyLast {
bool get () sealed;
void set (bool value) sealed;
}
abstract JustifyLast : bool with get, set
override JustifyLast : bool with get, set
Return Value
Type:
Boolean
true
if the last item should be justified; otherwise,
false
.
Implements
IExtendedFormat
JustifyLast
See Also