Class StiIndex

java.lang.Object
com.stimulsoft.report.engine.engineV2.StiIndex

public class StiIndex extends Object
A class describesindex in a container. The index is represented as Index.IndexInColumnContainer, where Index is the index in the current container of output, IndexInColumnContainer is the index in the container of columns. If the index does not indicate the column container, then IndexInColumnContainer is -1.
  • Field Details

    • Index

      public int Index
    • IndexInColumnContainer

      public int IndexInColumnContainer
  • Constructor Details

    • StiIndex

      public StiIndex(int index)
    • StiIndex

      public StiIndex(int index, int indexInColumnContainer)