public bool JustifyLastLine {get; set;}
'Declaration
Public Property JustifyLastLine As Boolean
'使用法
Dim instance As Alignment
Dim value As Boolean
instance.JustifyLastLine = value
value = instance.JustifyLastLine
プロパティ値
最後のテキスト行でセルに対する両端揃えまたは均等割り付けを行う場合は
true
、それ以外の場合は
false
。