GrapeCity.Xaml.Excel
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 Boolean
'Usage
 
Dim instance As IAlignmentBlock
Dim value As Boolean
 
instance.IsJustifyLastLine = value
 
value = instance.IsJustifyLastLine
bool IsJustifyLastLine {get; set;}

Property Value

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

Reference

IAlignmentBlock Interface
IAlignmentBlock Members