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