[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.RepeatSetting

Class RepeatSetting

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents the repeat settings of a range.

public class RepeatSetting
Inheritance
object
RepeatSetting
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

RepeatSetting()

public RepeatSetting()

Properties

Range

Returns or sets an instance of IRange whose repeat settings are the same.

public IRange Range { get; set; }

Property Value

IRange

TailColumnEnd

Returns or sets the end index of the columns which are the tail of the range.

public int TailColumnEnd { get; set; }

Property Value

int

TailColumnStart

Returns or sets the start index of the columns which are the tail of the range.

public int TailColumnStart { get; set; }

Property Value

int

TailRowEnd

Returns or sets the end index of the rows which are the tail of the range.

public int TailRowEnd { get; set; }

Property Value

int

TailRowStart

Returns or sets the start index of the rows which are the tail of the range.

public int TailRowStart { get; set; }

Property Value

int

TitleColumnEnd

Returns or sets the end index of the columns which are the title of the range.

public int TitleColumnEnd { get; set; }

Property Value

int

TitleColumnStart

Returns or sets the start index of the columns which are the title of the range.

public int TitleColumnStart { get; set; }

Property Value

int

TitleRowEnd

Returns or sets the end index of the rows which are the title of the range.

public int TitleRowEnd { get; set; }

Property Value

int

TitleRowStart

Returns or sets the start index of the rows which are the title of the range.

public int TitleRowStart { get; set; }

Property Value

int