Spread Silverlight Documentation
IsJustfyLastLine Property (IExtendedFormat)


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

Property Value

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

Reference

IExtendedFormat Interface
IExtendedFormat Members