SnapDocument.GetSection(DocumentPosition) Method
Gets the section encompassing the specified position.
Namespace: DevExpress.Snap.Core.API
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
Declaration
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