You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2016/09/19 08:52:37 UTC

svn commit: r1761403 - /poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFPivotTable.html

Author: nick
Date: Mon Sep 19 08:52:36 2016
New Revision: 1761403

URL: http://svn.apache.org/viewvc?rev=1761403&view=rev
Log:
Republish site

Modified:
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFPivotTable.html

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFPivotTable.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFPivotTable.html?rev=1761403&r1=1761402&r2=1761403&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFPivotTable.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFPivotTable.html Mon Sep 19 08:52:36 2016
@@ -612,7 +612,8 @@ protected void setDefaultPivot
 <pre><a href="../../../../../org/apache/poi/util/Beta.html" title="annotation in org.apache.poi.util">@Beta</a>
 public&nbsp;void&nbsp;addRowLabel(int&nbsp;columnIndex)</pre>
 <div class="block">Add a row label using data from the given column.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>columnIndex</code> - the index of the column to be used as row label.</dd></dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>columnIndex</code> - the index of the source column to be used as row label.
+ <code>columnIndex</code> is 0-based indexed and relative to the first column in the source.</dd></dl>
 </li>
 </ul>
 <a name="getRowLabelColumns()">
@@ -636,7 +637,8 @@ public&nbsp;void&nbsp;addColumnLabel(<a
                        int&nbsp;columnIndex,
                        java.lang.String&nbsp;valueFieldName)</pre>
 <div class="block">Add a column label using data from the given column and specified function</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>columnIndex</code> - the index of the column to be used as column label.</dd><dd><code>function</code> - the function to be used on the data
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>columnIndex</code> - the index of the source column to be used as column label.
+ <code>columnIndex</code> is 0-based indexed and relative to the first column in the source.</dd><dd><code>function</code> - the function to be used on the data
  The following functions exists:
  Sum, Count, Average, Max, Min, Product, Count numbers, StdDev, StdDevp, Var, Varp</dd><dd><code>valueFieldName</code> - the name of pivot table value field</dd></dl>
 </li>
@@ -651,7 +653,8 @@ public&nbsp;void&nbsp;addColumnLabel(<a
 public&nbsp;void&nbsp;addColumnLabel(<a href="../../../../../org/apache/poi/ss/usermodel/DataConsolidateFunction.html" title="enum in org.apache.poi.ss.usermodel">DataConsolidateFunction</a>&nbsp;function,
                        int&nbsp;columnIndex)</pre>
 <div class="block">Add a column label using data from the given column and specified function</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>columnIndex</code> - the index of the column to be used as column label.</dd><dd><code>function</code> - the function to be used on the data
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>columnIndex</code> - the index of the source column to be used as column label
+ <code>columnIndex</code> is 0-based indexed and relative to the first column in the source..</dd><dd><code>function</code> - the function to be used on the data
  The following functions exists:
  Sum, Count, Average, Max, Min, Product, Count numbers, StdDev, StdDevp, Var, Varp</dd></dl>
 </li>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org