[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PasteOption

Class PasteOption

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Wraps all optional parameters in IRange.Copy(IRange, PasteOption). .

public class PasteOption
Inheritance
PasteOption
Inherited Members

Constructors

PasteOption()

public PasteOption()

Properties

AllowPasteHiddenRange

Specifies whether to copy the hidden range.

public bool AllowPasteHiddenRange { get; set; }

Property Value

bool

PasteType

Specifies the type of paste.

public PasteType PasteType { get; set; }

Property Value

PasteType