| 
BodyRegion
GetNextInSection Method
  | 
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
protected BodyRegion GetNextInSection(
	Section section
)
 
Protected Function GetNextInSection ( 
	section As Section
) As BodyRegion
 
protected:
BodyRegion^ GetNextInSection(
	Section^ section
)
 
member GetNextInSection : 
section : Section -> BodyRegion 
 
 
 
Parameters
 
- 
section
 
- 
 Type:
 
Spire.Doc
Section
 
 
Return Value
 
 Type:
 
BodyRegion
 
 
 See Also
See Also