IExtendedFormat
JustifyLast Property
|
For far east languages. Supported only for format. Always 0 for US.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool JustifyLast { get; set; }
Property JustifyLast As Boolean
Get
Set
property bool JustifyLast {
bool get ();
void set (bool value);
}
abstract JustifyLast : bool with get, set
Property Value
Type:
Boolean
See Also