CopyOptions Class
Represents the options used when copying a cell range.
- Inheritance:
- System.ObjectCopyOptions
Properties
CopyTypes
Gets or sets types of cell data to copy. The default value is Default.
Property Value
SkipBlanks
Gets or sets a value indicating whether to skip blank cells. The default value is false.
Property Value
- System.Boolean
Transpose
Gets or sets a value indicating whether to transpose rows and columns. The default value is false.
Property Value
- System.Boolean