Aspose::Cells::AutoFillType enum

AutoFillType enum

Represents the auto fill type.

enum class AutoFillType

Values

NameValueDescription
Copy1
Copies the value and format of the source area to the target area.
Default0
Automatically fills the target area with the value and format.
Formats3
Copies only the format of the source area to the target area,.
Series2
Extend the value in the source area to the target area in the form of a series and copy format to the target area.
Values4
Copies only the value of the source area to the target area,.

See Also