Class PasteOptions
Describes the paste options.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class PasteOptions
Constructors
PasteOptions(PasteType, Boolean)
Initializes a new instance of the Paste
Declaration
public PasteOptions(PasteType pasteType, bool skipBlanks = false)
Parameters
Paste Type of the paste. |
System. The value indicating whether blanks should be skipped. |
Fields
All
Paste Options with paste type all.
Declaration
public static readonly PasteOptions All
Field Value
Properties
PasteType
Gets the type of the paste.
Declaration
public PasteType PasteType { get; }
Property Value
Paste The type of the paste. |
SkipBlanks
Gets a value indicating whether blanks should be skipped.
Declaration
public bool SkipBlanks { get; }
Property Value
System. The value indicating whether blanks should be skipped. |