Aspose::Cells::CopyFormatType enum
CopyFormatType enum
Represents type of copying format when inserting rows.
enum class CopyFormatType
Values
Name | Value | Description |
---|---|---|
SameAsAbove | 0 | Formats same as above row. |
SameAsBelow | 1 | Formats same as below row. |
Clear | 2 | Clears formatting. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++