officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-fa9320a1.md
Represents a collection of range permission in the current document.
Namespace : DevExpress.XtraRichEdit.API.Native
Assembly : DevExpress.RichEdit.v25.2.Core.dll
NuGet Package : DevExpress.RichEdit.Core
[ComVisible(true)]
public class RangePermissionCollection :
List<RangePermission>
<ComVisible(True)>
Public Class RangePermissionCollection
Inherits List(Of RangePermission)
The following members return RangePermissionCollection objects:
The RangePermissionCollection provides access to RangePermission objects contained in the document.
Use the SubDocument.BeginUpdateRangePermissions method to get access to the RangePermissionCollection collection.
IReadOnlyList<RangePermission>
IReadOnlyCollection<RangePermission>
Object List<RangePermission> RangePermissionCollection
See Also