[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.InsertLocation

InsertLocation Enum

Determines the position where to insert a new content into a specified content.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public enum InsertLocation
Public Enum InsertLocation

Fields

Name Description
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.