Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Alignment Structure / JustifyLastLine Property


In This Topic
    JustifyLastLine Property
    In This Topic
    Gets or sets a value indicating if the cells justified or distributed alignment should be used on the last line of text.
    Syntax
    'Declaration
     
    
    Public Property JustifyLastLine As Boolean
    'Usage
     
    
    Dim instance As Alignment
    Dim value As Boolean
     
    instance.JustifyLastLine = value
     
    value = instance.JustifyLastLine
    public bool JustifyLastLine {get; set;}

    Property Value

    true if the cells justified or distributed alignment should be used on the last line of text; otherwise, false.
    See Also