CellStyleObject
JustifyLast Property
|
Represents justify text alignment
Namespace:
Spire.Xls
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
Property Value
Type:
Boolean
Implements
IExtendedFormat
JustifyLast
See Also