Spread WPF 17
GrapeCity.Excel Namespace / IAlignmentBlock Interface / IsJustifyLastLine Property


In This Topic
    IsJustifyLastLine Property (IAlignmentBlock)
    In This Topic
    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