ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Text Namespace / RText Class / GetLastLinesIndexes Method

In This Topic
    GetLastLinesIndexes Method
    In This Topic
    Returns indexes of last paragraphs lines. Used to define lines which should not be justified.
    Syntax
    'Declaration
     
    Public Function GetLastLinesIndexes() As IEnumerable(Of Integer)
    public IEnumerable<int> GetLastLinesIndexes()
    See Also