ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Page Class / SetTextBoundsRange Method

In This Topic
    SetTextBoundsRange Method
    In This Topic
    Sets text top/bottom bounds.
    Syntax
    'Declaration
     
    Public Sub SetTextBoundsRange( _
       ByVal startPos As Single, _
       ByVal endPos As Single _
    ) 
    public void SetTextBoundsRange( 
       float startPos,
       float endPos
    )

    Parameters

    startPos
    endPos
    See Also