<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - Seems to be missing API to get a cell from a row"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=126415">bug 126415</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>WORKSFORME
           </td>
           <td>NOTABUG
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - Seems to be missing API to get a cell from a row"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=126415#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - Seems to be missing API to get a cell from a row"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=126415">bug 126415</a>
              from <span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span></b>
        <pre>The row object is a cell range. It implements relevant services (e.g.,
com.sun.star.sheet.SheetCellRange, com.sun.star.table.CellRange), and
interfaces (com.sun.star.table.XCellRange, com.sun.star.sheet.XCellRangeData,
com.sun.star.sheet.XCellRangeFormula). The mentioned getCellByPosition (a
method of XCellRange interface) allows you to get com.sun.star.table.XCell. You
need to understand that indexing in a cell range object is relative to the
range bounds; so for a given row (= a rectangular range of 1 row and many
columns), the possible indices passed to aRow.getCellByPosition(colIx, rowIx)
are 0..1048575 for colIx, and 0 for rowIx (regardless which row is represented
by this aRow object).

Closing NOTABUG (WORKSFORME is only for real defects that were fixed by an
unknown commit).</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>