Spread Windows Forms 12.0 Product Documentation
JustifyLastLine Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Alignment Structure : JustifyLastLine Property
Gets or sets a value indicating if the cells justified or distributed alignment should be used on the last line of text.
Syntax
'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.
See Also

Reference

Alignment Structure
Alignment Members