Public Function CreateCopyPasteProperties(ByVal typeMask As CopyPasteType) As CopyPasteProperties
{signature}
{parameters}
{param:typeMask}A CopyPasteProperties constant value indicating the types of data to copy from an external worksheet.{param}
{returns}A {{CopyPasteProperties}} object.{returns}
{remarks}
This object is used when copying data from an external worksheet.
Used with the [Worksheet.CopyPaste|Worksheet.CopyPaste(string, Area, CopyPasteProperties)] method of the [Worksheet].
{remarks}
{example}{code:csharp|title=C#} |