ActiveReports Developer 7
SectionAt Method
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design Namespace > Designer Class : SectionAt Method

point
Screen point.

Glossary Item Box

Returns the section at the specified point.

Syntax

Visual Basic (Declaration) 
Public Function SectionAt( _
   ByVal point As Point _
) As System.Object
C# 
public System.object SectionAt( 
   Point point
)

Parameters

point
Screen point.

Return Value

object

See Also