Class SpreadSheetInsertColumnPosition

    • Field Detail

      • m_Placeholder

        protected String m_Placeholder
        the placeholder to replace.
      • m_Column

        protected int m_Column
        the column to use (1-based).
    • Constructor Detail

      • SpreadSheetInsertColumnPosition

        public SpreadSheetInsertColumnPosition()
    • Method Detail

      • setPlaceholder

        public void setPlaceholder​(String value)
        Sets the placeholder to replace with the cell location in the string passing through.
        Parameters:
        value - the placeholder
      • getPlaceholder

        public String getPlaceholder()
        Returns the placeholder string to replace with the cell location in the string passing through.
        Returns:
        the placeholder
      • placeholderTipText

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

        public void setColumn​(int value)
        Sets the column index to use for the cell location.
        Parameters:
        value - the index (1-based)
      • getColumn

        public int getColumn()
        Returns the column index in use for the cell location.
        Returns:
        the index (1-based)
      • columnTipText

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