Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 18,058 for

rows

(0.12 sec)
  1. Copied range does not update chart to use the e...

    When I copy a range using the below code, I expect the chart to update to reference the data within the destination, not the original. Scenario: In the below code, a chart is bound to A1:B5, then the sheet range A1:J10…...(A1:C5) // ---------- /* Header row */ cells.get("A1").putValue("Category");...get("C1").putValue("Notes"); /* Data rows */ const data = [ ["A", 120...

    forum.aspose.com/t/copied-range-does-not-update...
  2. 用C++自动调整行列宽|Documentation

    本文展示如何使用Aspose.Cells for C++ API自动调整行、列、合并单元格的行,以及范围内的行。...Get ( 0 ); // Auto-fit the 2nd row (index 1) of the worksheet worksheet...outputFilePath ); std :: cout << "Row auto-fitted and file saved successfully...

    docs.aspose.com/cells/zh/cpp/autofit-rows-and-c...
  3. Border Settings|Documentation

    How to use the Aspose.Cells library in JavaScript via C++ to set the border style and color of cells. By adjusting the width, style, and color of the border, you have more control over how cells look and appear....following parameters: First Row, the first row of the range. First Column...the range. Number of Rows, the number of rows in the range. Number...

    docs.aspose.com/cells/javascript-cpp/cells-bord...
  4. Working with Table-Row Data Bands in Java|Aspos...

    Output a sequence of table-row data when building a report in Java....with Table-Row Data Bands Contents [ Hide ] A table-row data band...occupies single or multiple rows of a single document table....

    docs.aspose.com/words/java/working-with-table-r...
  5. Opening Files with Different Formats|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Data is arranged in rows and columns such as tables and...File Keep Separators for Blank Rows while exporting spreadsheets...

    docs.aspose.com/cells/java/opening-files-with-d...
  6. CellCollection | Aspose.Words for Java

    Provides typed access to a collection of Cell nodes in Java....Table {0}", i)); RowCollection rows = tables.get(i).getRows(); for...for (int j = 0; j < rows.getCount(); j++) { System.out.println(MessageFormat...

    reference.aspose.com/words/java/com.aspose.word...
  7. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using Aspose.Cells for JavaScript via C++....regardless of the number of rows. Why Use FitToPagesWide and...well‑organized, without any columns or rows being split awkwardly across...

    docs.aspose.com/cells/javascript-cpp/how-to-pri...
  8. Get Cells Index with C++|Documentation

    Learn how to get row or column index by the name of a row, column, or cell. Convert the name of the cell to row and column indices (zero‑based) using Aspose.Cells with C++.... You may want to know which row and column a particular cell...worksheet by row and column index, you must know the row and column...

    docs.aspose.com/cells/cpp/get-cells-index/
  9. RowFormat class | Aspose.Words for Python

    aspose.words.tables.RowFormat class. Represents all formatting for a table row...Represents all formatting for a table row. To learn more, visit the Working...True if the text in a table row is allowed to split across a...

    reference.aspose.com/words/python-net/aspose.wo...
  10. RowFormat class | Aspose.Words for Node.js

    Aspose.Words.Tables.RowFormat class. Represents all formatting for a table row...Represents all formatting for a table row. To learn more, visit the Working...True if the text in a table row is allowed to split across a...

    reference.aspose.com/words/nodejs-net/aspose.wo...