Interface PivotTableDataPathOption.Builder

    • Method Detail

      • dataPathList

        PivotTableDataPathOption.Builder dataPathList​(Collection<DataPathValue> dataPathList)

        The list of data path values for the data path options.

        Parameters:
        dataPathList - The list of data path values for the data path options.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataPathList

        PivotTableDataPathOption.Builder dataPathList​(DataPathValue... dataPathList)

        The list of data path values for the data path options.

        Parameters:
        dataPathList - The list of data path values for the data path options.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • width

        PivotTableDataPathOption.Builder width​(String width)

        The width of the data path option.

        Parameters:
        width - The width of the data path option.
        Returns:
        Returns a reference to this object so that method calls can be chained together.