PasteOptions Class
Contents
[
Hide
]PasteOptions class
Represents the paste special options.
type PasteOptions struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewPasteOptions | Default constructor. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetPasteType | The paste special type. |
| SetPasteType | The paste special type. |
| GetSkipBlanks | Indicates whether skips blank cells. |
| SetSkipBlanks | Indicates whether skips blank cells. |
| GetKeepOldTables | Keeps the tables in the destination range. |
| SetKeepOldTables | Keeps the tables in the destination range. |
| GetOnlyVisibleCells | True means only copying visible cells. |
| SetOnlyVisibleCells | True means only copying visible cells. |
| GetTranspose | True to transpose rows and columns when the range is pasted. The default value is False. |
| SetTranspose | True to transpose rows and columns when the range is pasted. The default value is False. |
| GetOperationType | Gets and sets the operation type when pasting range. |
| SetOperationType | Gets and sets the operation type when pasting range. |
| GetIgnoreLinksToOriginalFile | Ingore links to the original file. |
| SetIgnoreLinksToOriginalFile | Ingore links to the original file. |