AutoFillType Enum
AutoFillType Enum
Represents the auto fill type.
type AutoFillType int32
Fields
| Field | Description |
|---|---|
| Copy | Copies the value and format of the source area to the target area |
| Default | Automatically fills the target area with the value and format. |
| Formats | Copies only the format of the source area to the target area, |
| Series | Extend the value in the source area to the target area in the form of a series and copy format to the target area. |
| Values | Copies only the value of the source area to the target area, |