Class PasteOption
- Namespace
- GrapeCity.Documents.Excel
- Assembly
- GcDocs.Excel.dll
Wraps all optional parameters in
.
- Inheritance
-
object
PasteOption
- Inherited Members
-
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Constructors
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