RangePermissionCollection Class
In This Article
Represents a collection of ranges with permissions in the current document.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Returned By
The SubDocument.BeginUpdateRangePermissions() method returns an instance of RangePermissionCollection.
#Remarks
Use the SubDocument.BeginUpdateRangePermissions method to get access to the RangePermissionCollection collection.
See Also