ISnapFieldOwner.CreateSnRowIndex(DocumentPosition) Method
Adds a Row Index to the specified position in an document.
Namespace: DevExpress.Snap.Core.API
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| position | DocumentPosition | A DocumentPosition object. |
Returns
| Type | Description |
|---|---|
| DevExpress.Snap.Core.API.SnapRowIndex | An object implementing the DevExpress.Snap.Core.API.SnapRowIndex interface. |
See Also