Class PasteOptions
Inheritance
System.Object
PasteOptions
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class PasteOptions : object
Properties
ColumnWidths
Gets or sets whether to paste column widths.
Declaration
public bool ColumnWidths { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Formats
Gets or sets whether to paste cell formats.
Declaration
public bool Formats { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Formulas
Gets or sets whether to paste formulas.
Declaration
public bool Formulas { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NumberFormats
Gets or sets whether to paste number formats.
Declaration
public bool NumberFormats { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RowHeights
Gets or sets whether to paste row heights.
Declaration
public bool RowHeights { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Values
Gets or sets whether to paste cell values.
Declaration
public bool Values { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |