Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / InsertLocation Enumeration

In This Topic
    InsertLocation Enumeration
    In This Topic
    Determines the position where to insert a new content into a specified content.
    Syntax
    'Declaration
     
    Public Enum InsertLocation 
       Inherits System.Enum
    public enum InsertLocation : System.Enum 
    Members
    MemberDescription
    After Inserts after the specified content.
    Before Inserts before the specified content.
    End Inserts into the end of the specified content.
    Start Inserts into the start of the specified content.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.InsertLocation

    See Also