[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.GroupEditor

Class GroupEditor

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Specifies an alias (or editing group) which shall be used to determine if the current user shall be allowed to edit this range of the document. This mechanism simply provides a set of predefined editing groups which can be associated with user accounts by applications in any desired manner.

public class GroupEditor : RangeEditor
Inheritance
object
GroupEditor
Inherited Members
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Constructors

GroupEditor(EditorGroup)

Create GroupEditor object with group id

public GroupEditor(EditorGroup group)

Parameters

group EditorGroup

Group description

Properties

Group

Editor group

public EditorGroup Group { get; }

Property Value

EditorGroup

Methods

Equals(object)

Check object for equality

public override bool Equals(object obj)

Parameters

obj object

Object, checked for equality

Returns

bool

GetHashCode()

Implementation based on important fields

public override int GetHashCode()

Returns

int