Class SpreadSheetAddSumColumn

    • Field Detail

      • m_Header

        protected String m_Header
        the column header.
      • m_Rows

        protected Range m_Rows
        the rows to add the sum to.
    • Constructor Detail

      • SpreadSheetAddSumColumn

        public SpreadSheetAddSumColumn()
    • Method Detail

      • setHeader

        public void setHeader​(String value)
        Sets the column header to use.
        Parameters:
        value - the header
      • getHeader

        public String getHeader()
        Returns the column header in use.
        Returns:
        the header
      • headerTipText

        public String headerTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setRows

        public void setRows​(Range value)
        Sets the range of rows to add the sum for.
        Parameters:
        value - the range
      • getRows

        public Range getRows()
        Returns the range of rows to add the sum for.
        Returns:
        true range
      • rowsTipText

        public String rowsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.