Gets or sets a value indicating if the cells justified or distributed alignment should be used on the last line of text.
public bool JustifyLastLine {get; set;}
'Declaration
Public Property JustifyLastLine As Boolean
'Usage
Dim instance As Alignment
Dim value As Boolean
instance.JustifyLastLine = value
value = instance.JustifyLastLine
Property Value
true
if the cells justified or distributed alignment should be used on the last line of text; otherwise,
false
.