类 RepeatSetting

java.lang.Object
com.grapecity.documents.excel.RepeatSetting

public class RepeatSetting extends Object
Represents the repeat settings of a range.
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    final IRange
    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
    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.

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • 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

      public final IRange getRange()
      Returns an instance of IRange whose repeat settings are the same.
    • setRange

      public final void setRange(IRange value)
      Sets an instance of IRange whose repeat settings are the same.