[]
        
(Showing Draft Content)

RepeatSetting

Class RepeatSetting

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

public class RepeatSetting extends Object
Represents the repeat settings of a range.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RepeatSetting

      public RepeatSetting()
  • Method Details

    • 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.