[]
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
Create GroupEditor object with group id
public GroupEditor(EditorGroup group)
group
EditorGroupGroup description
Editor group
public EditorGroup Group { get; }
Check object for equality
public override bool Equals(object obj)
obj
objectObject, checked for equality
Implementation based on important fields
public override int GetHashCode()