Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / GroupEditor Class
Members

In This Topic
    GroupEditor Class
    In This Topic
    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.
    Object Model
    GroupEditor Class
    Syntax
    'Declaration
     
    Public Class GroupEditor 
       Inherits RangeEditor
    public class GroupEditor : RangeEditor 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Word.RangeEditor
          GrapeCity.Documents.Word.GroupEditor

    See Also