ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Text Namespace / RText.Line Class / GetPiece Method
The index.

In This Topic
    GetPiece Method
    In This Topic
    Gets the piece by index.
    Syntax
    'Declaration
     
    Public Function GetPiece( _
       ByVal index As Integer _
    ) As RText.LinePiece
    public RText.LinePiece GetPiece( 
       int index
    )

    Parameters

    index
    The index.

    Return Value

    LinePiece.
    See Also