<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - unoidl.com.sun.star.table.XTableColumns.removeByIndex() removes row instead of column in the CLI version of the SDK."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=128793">128793</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>unoidl.com.sun.star.table.XTableColumns.removeByIndex() removes row instead of column in the CLI version of the SDK.
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.3.3.2 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>sdk
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>vigneshnama95@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
Calling removeByIndex removes the row for the corresponding index and does not
remove the corresponding column. 

Steps to Reproduce:
1. Get XColumnRowRange.
2. Get XTableColumns from the obtained XColumnRowRange instance. 
3. Call removeByIndex() from the obtained XTableColumns. 

Actual Results:
Supposed to remove the column for the corresponding index

Expected Results:
Removes the row instead


Reproducible: Always


User Profile Reset: No



Additional Info:
Tested out with C# .NET Frame 4.7.2 on windows 10 (build 14393) with Visual
Studio 2019.</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>