AutoFillType
AutoFillType enumeration
Utility class containing constants. Represents the auto fill type.
Values
| Name | 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, |