Spread Silverlight Documentation
IsJustifyLastLine Property (AlignmentBlock)


GrapeCity.Excel Namespace > AlignmentBlock Class : IsJustifyLastLine Property
Gets or sets a value indicating whether the justify distributed option is checked.
Syntax
'Declaration
 
Public Property IsJustifyLastLine As System.Boolean
'Usage
 
Dim instance As AlignmentBlock
Dim value As System.Boolean
 
instance.IsJustifyLastLine = value
 
value = instance.IsJustifyLastLine
public System.bool IsJustifyLastLine {get; set;}

Property Value

true if it's checked; otherwise, false.
See Also

Reference

AlignmentBlock Class
AlignmentBlock Members