Class PasteOptions
Class PasteOptions
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represents the paste special options.
public class PasteOptions
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
PasteOptions()
public PasteOptions()
Properties
IgnoreLinksToOriginalFile
Ingore links to the original file.
public bool IgnoreLinksToOriginalFile { get; set; }
Property Value
OnlyVisibleCells
True means only copying visible cells.
public bool OnlyVisibleCells { get; set; }
Property Value
OperationType
Gets and sets the operation type when pasting range.
public PasteOperationType OperationType { get; set; }
Property Value
PasteType
The paste special type.
public PasteType PasteType { get; set; }
Property Value
SkipBlanks
Indicates whether skips blank cells.
public bool SkipBlanks { get; set; }
Property Value
Transpose
True to transpose rows and columns when the range is pasted. The default value is False.
public bool Transpose { get; set; }