ActiveReports 12
SetTextBoundsRange Method

GrapeCity.ActiveReports.Document.v12 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > Page Class : SetTextBoundsRange Method
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

Reference

Page Class
Page Members