Documents for Word, .NET Edition
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BlockCopyStrategy Enumeration

In This Topic
    BlockCopyStrategy Enumeration
    In This Topic
    Defines how to copy requested range.
    Syntax
    'Declaration
     
    Public Enum BlockCopyStrategy 
       Inherits System.Enum
    public enum BlockCopyStrategy : System.Enum 
    Members
    MemberDescription
    Complete Copy every object which cross original range. All children of copied objects will be copied too.
    Strict Copy only objects (with their parent/child struct) which are contained in provided range.
    Inheritance Hierarchy

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

    See Also