Class PasteOptions

Class PasteOptions

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

Represents the paste special options.

public class PasteOptions

Inheritance

objectPasteOptions

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

bool

OnlyVisibleCells

True means only copying visible cells.

public bool OnlyVisibleCells { get; set; }

Property Value

bool

OperationType

Gets and sets the operation type when pasting range.

public PasteOperationType OperationType { get; set; }

Property Value

PasteOperationType

PasteType

The paste special type.

public PasteType PasteType { get; set; }

Property Value

PasteType

SkipBlanks

Indicates whether skips blank cells.

public bool SkipBlanks { get; set; }

Property Value

bool

Transpose

True to transpose rows and columns when the range is pasted. The default value is False.

public bool Transpose { get; set; }

Property Value

bool