[]
Represents the repeat settings of a range.
public class RepeatSetting
Public Class RepeatSetting
| Name | Description |
|---|---|
| RepeatSetting() |
| Name | Description |
|---|---|
| Range | Returns or sets an instance of IRange whose repeat settings are the same. |
| TailColumnEnd | Returns or sets the end index of the columns which are the tail of the range. |
| TailColumnStart | Returns or sets the start index of the columns which are the tail of the range. |
| TailRowEnd | Returns or sets the end index of the rows which are the tail of the range. |
| TailRowStart | Returns or sets the start index of the rows which are the tail of the range. |
| TitleColumnEnd | Returns or sets the end index of the columns which are the title of the range. |
| TitleColumnStart | Returns or sets the start index of the columns which are the title of the range. |
| TitleRowEnd | Returns or sets the end index of the rows which are the title of the range. |
| TitleRowStart | Returns or sets the start index of the rows which are the title of the range. |