Click or drag to resize

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; }

Return Value

Type: Boolean
true if the last item should be justified; otherwise, false .

Implements

IExtendedFormat JustifyLast
See Also