'Declaration Public Enum InsertLocation Inherits System.Enum
public enum InsertLocation : System.Enum
'Declaration Public Enum InsertLocation Inherits System.Enum
public enum InsertLocation : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Word.InsertLocation