Spread Silverlight Documentation
IsJustifyLastLine Property (IAlignmentBlock)


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

Property Value

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

Reference

IAlignmentBlock Interface
IAlignmentBlock Members