Skip to main content
A newer version of this page is available.

SnapDocument.GetSection(DocumentPosition) Method

Gets the section encompassing the specified position.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

SnapSection GetSection(
    DocumentPosition pos
)

Parameters

Name Type Description
pos DocumentPosition

A SnapSection instance, specifying the position in the document.

Returns

Type Description
SnapSection

A Section object, specifying a section containing the position.

See Also