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 PasteOptions class.
Declaration
public PasteOptions(PasteType pasteType, bool skipBlanks = false)
Parameters
PasteType
pasteType
Type of the paste. |
System.Boolean
skipBlanks
The value indicating whether blanks should be skipped. |
Fields
All
Paste Options with paste type all.
Declaration
public static readonly PasteOptions All
Field Value
PasteOptions
|
Properties
PasteType
Gets the type of the paste.
Declaration
public PasteType PasteType { get; }
Property Value
PasteType
The type of the paste. |
SkipBlanks
Gets a value indicating whether blanks should be skipped.
Declaration
public bool SkipBlanks { get; }
Property Value
System.Boolean
The value indicating whether blanks should be skipped. |