Interface ColumnResources


  • @Deprecated(since="2.0.0",
                forRemoval=true)
    public interface ColumnResources
    Deprecated, for removal: This API element is subject to removal in a future version.
    As of release 2.0. Please use SheetCommentResources instead

    This interface provides methods to access Column resources.

    Thread Safety: Implementation of this interface must be thread safe.

    • Method Detail

      • updateColumn

        @Deprecated(since="2.0.0",
                    forRemoval=true)
        Column updateColumn​(Column column)
        Deprecated, for removal: This API element is subject to removal in a future version.
        As of release 2.0. Please use SheetCommentResources instead
        Parameters:
        column - the column to update
        Returns:
        the updated Column (note that if there is no such resource, this method will throw ResourceNotFoundException rather than returning null).
      • deleteColumn

        @Deprecated(since="2.0.0",
                    forRemoval=true)
        void deleteColumn​(long id,
                          long sheetId)
        Deprecated, for removal: This API element is subject to removal in a future version.
        As of release 2.0. Please use SheetCommentResources instead
        Parameters:
        id - id of the column
        sheetId - the sheet id