Interface IHCTablePart<IMPLTYPE extends IHCTablePart<IMPLTYPE>>

    • Method Detail

      • isHeaderOrFooter

        boolean isHeaderOrFooter()
        Returns:
        true if this is a header or footer part, false if this is the body part.
      • addRowAt

        @Nonnull
        HCRow addRowAt​(@Nonnegative
                       int nIndex)
        Add a row at the specified index.
        Parameters:
        nIndex - The index to add the row at. Must be ≥ 0.
        Returns:
        The created row and never null.