[]
Wraps all optional parameters in IRange.Copy(IRange, PasteOption). .
public class PasteOption
public PasteOption()
Specifies whether to copy the hidden range.
public bool AllowPasteHiddenRange { get; set; }
Specifies the type of paste.
public PasteType PasteType { get; set; }