Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CopyService Class / CopyService Constructor
Defines how to copy styles used in copied range

In This Topic
    CopyService Constructor
    In This Topic
    Creates instance of CopyService.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal styleCopyStrategy As FormattingCopyStrategy _
    )
    public CopyService( 
       FormattingCopyStrategy styleCopyStrategy
    )

    Parameters

    styleCopyStrategy
    Defines how to copy styles used in copied range
    See Also