[]
Represents the repeat settings of a range.
public class RepeatSetting
public RepeatSetting()
Returns or sets an instance of IRange whose repeat settings are the same.
public IRange Range { get; set; }
Returns or sets the end index of the columns which are the tail of the range.
public int TailColumnEnd { get; set; }
Returns or sets the start index of the columns which are the tail of the range.
public int TailColumnStart { get; set; }
Returns or sets the end index of the rows which are the tail of the range.
public int TailRowEnd { get; set; }
Returns or sets the start index of the rows which are the tail of the range.
public int TailRowStart { get; set; }
Returns or sets the end index of the columns which are the title of the range.
public int TitleColumnEnd { get; set; }
Returns or sets the start index of the columns which are the title of the range.
public int TitleColumnStart { get; set; }
Returns or sets the end index of the rows which are the title of the range.
public int TitleRowEnd { get; set; }
Returns or sets the start index of the rows which are the title of the range.
public int TitleRowStart { get; set; }