The TabRangeFillType enumeration contains methods of range populating.
It is used by the following method:
Value | Brief description |
1 | Formats. On populating only cell formatting is copied. On copying formatting the following properties of cell style are copied:
|
2 | Values. On filling in only data from the (Formulas, Values and Text) cells will be copied. On using this approach, the filling step can be specified in the ITabRange.AutoFill method. |
4 | Fill. On filling the linear trend method is used. |
5 | Default_. Default fill method. By default the cells data and format are copied on populating and the linear trend method is used. |
See also: