类 RepeatSetting
java.lang.Object
com.grapecity.documents.excel.RepeatSetting
Represents the repeat settings of a range.
-
构造器概要
-
方法概要
修饰符和类型方法说明final IRange
getRange()
Returns an instance of IRange whose repeat settings are the same.final int
Returns the end index of the columns which are the tail of the range.final int
Returns the start index of the columns which are the tail of the range.final int
Returns the end index of the rows which are the tail of the range.final int
Returns sets the start index of the rows which are the tail of the range.final int
Returns the end index of the columns which are the title of the range.final int
Returns the start index of the columns which are the title of the range.final int
Returns the end index of the rows which are the title of the range.final int
Returns the start index of the rows which are the title of the range.final void
Sets an instance of IRange whose repeat settings are the same.final void
setTailColumnEnd
(int value) Sets the end index of the columns which are the tail of the range.final void
setTailColumnStart
(int value) Sets the start index of the columns which are the tail of the range.final void
setTailRowEnd
(int value) Sets the end index of the rows which are the tail of the range.final void
setTailRowStart
(int value) Sets the start index of the rows which are the tail of the range.final void
setTitleColumnEnd
(int value) Sets the end index of the columns which are the title of the range.final void
setTitleColumnStart
(int value) Sets the start index of the columns which are the title of the range.final void
setTitleRowEnd
(int value) Sets the end index of the rows which are the title of the range.final void
setTitleRowStart
(int value) Sets the start index of the rows which are the title of the range.
-
构造器详细资料
-
RepeatSetting
public RepeatSetting()
-
-
方法详细资料
-
getTitleRowStart
public final int getTitleRowStart()Returns the start index of the rows which are the title of the range. -
setTitleRowStart
public final void setTitleRowStart(int value) Sets the start index of the rows which are the title of the range. -
getTitleRowEnd
public final int getTitleRowEnd()Returns the end index of the rows which are the title of the range. -
setTitleRowEnd
public final void setTitleRowEnd(int value) Sets the end index of the rows which are the title of the range. -
getTailRowStart
public final int getTailRowStart()Returns sets the start index of the rows which are the tail of the range. -
setTailRowStart
public final void setTailRowStart(int value) Sets the start index of the rows which are the tail of the range. -
getTailRowEnd
public final int getTailRowEnd()Returns the end index of the rows which are the tail of the range. -
setTailRowEnd
public final void setTailRowEnd(int value) Sets the end index of the rows which are the tail of the range. -
getTitleColumnStart
public final int getTitleColumnStart()Returns the start index of the columns which are the title of the range. -
setTitleColumnStart
public final void setTitleColumnStart(int value) Sets the start index of the columns which are the title of the range. -
getTitleColumnEnd
public final int getTitleColumnEnd()Returns the end index of the columns which are the title of the range. -
setTitleColumnEnd
public final void setTitleColumnEnd(int value) Sets the end index of the columns which are the title of the range. -
getTailColumnStart
public final int getTailColumnStart()Returns the start index of the columns which are the tail of the range. -
setTailColumnStart
public final void setTailColumnStart(int value) Sets the start index of the columns which are the tail of the range. -
getTailColumnEnd
public final int getTailColumnEnd()Returns the end index of the columns which are the tail of the range. -
setTailColumnEnd
public final void setTailColumnEnd(int value) Sets the end index of the columns which are the tail of the range. -
getRange
Returns an instance of IRange whose repeat settings are the same. -
setRange
Sets an instance of IRange whose repeat settings are the same.
-