Aspose::Cells::CopyFormatType enum

CopyFormatType enum

Represents type of copying format when inserting rows.

enum class CopyFormatType

Values

NameValueDescription
SameAsAbove0
Formats same as above row.
SameAsBelow1
Formats same as below row.
Clear2
Clears formatting.

See Also