Back to Devexpress

RangePermissionCollection Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-fa9320a1.md

latest3.2 KB
Original Source

RangePermissionCollection Class

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

Declaration

csharp
[ComVisible(true)]
public class RangePermissionCollection :
    List<RangePermission>
vb
<ComVisible(True)>
Public Class RangePermissionCollection
    Inherits List(Of RangePermission)

The following members return RangePermissionCollection objects:

Remarks

The RangePermissionCollection provides access to RangePermission objects contained in the document.

Use the SubDocument.BeginUpdateRangePermissions method to get access to the RangePermissionCollection collection.

Implements

IList<RangePermission>

ICollection<RangePermission>

IList

ICollection

IReadOnlyList<RangePermission>

IReadOnlyCollection<RangePermission>

IEnumerable<RangePermission>

IEnumerable

Inheritance

Object List<RangePermission> RangePermissionCollection

See Also

RangePermissionCollection Members

BeginUpdateRangePermissions()

DevExpress.XtraRichEdit.API.Native Namespace