Enum GridPasteType

GridPasteType enumeration

Represents the paste special type.

public enum GridPasteType

Values

NameValueDescription
All0Copies all data of the ranage.
Default1It works as “All” behavior of MS Excel.
AllExceptBorders2Copies all data of the ranage withoutd the range.
DefaultExceptBorders3It works as “All except borders” behavior of MS Excel.
ColumnWidths4Only copies the widths of the range.
RowHeights5Only copies the heights of the range.
Comments6
Formats7
Formulas8
FormulasAndNumberFormats9
Validation10
Values11
ValuesAndNumberFormats12

See Also