Sort Score
Result 10 results
Languages All
Labels All
Results 2,161 - 2,170 of 19,018 for

rows

(0.18 sec)
  1. LayoutEnumerator | Aspose.Words for Java

    Enumerates page layout entities of a document in Java....Layout entities are pages, cells, rows, lines, and other objects included...Layout entities are pages, cells, rows, lines, and other objects included...

    reference.aspose.com/words/java/com.aspose.word...
  2. Create Stock Open‑High‑Low‑Close Chart in Excel...

    Step‑by‑step guide to generate a Stock Open‑High‑Low‑Close (OHLC) chart in Excel using Aspose.Cells for .NET with fully runnable C# code.... 2 Writes a header row and five rows of sample OHLC data. 3...

    blog.aspose.com/cells/create-stock-open-high-lo...
  3. 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...
  4. Mail Merge and Reporting in C++|Aspose.Words fo...

    Mail Merge is a popular feature for quickly creating documents using C++. Aspose.Words for C++ takes the standard Mail Merge functionality and advances it many steps ahead, turning it into a full-fledged reporting solution that allows you to create even more complex documents such as reports, catalogs, inventories, and invoices....growing, such as detailed order rows Insert images during a mail...

    docs.aspose.com/words/cpp/mail-merge-and-report...
  5. 用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...
  6. Currency Format Not Applied to Table Column Whe...

    While working with Aspose Cells for a table, we encountered an issue where applying a currency format to a table column doesn’t reflect correctly when values are populated via the payload. The cells display raw numbers w…...GetMaxDataRow() + 1; // Get the number of rows populated // Apply currency...

    forum.aspose.com/t/currency-format-not-applied-...
  7. Create StockHighLowClose Chart in Excel using C...

    Learn how to generate a StockHighLowClose chart in Excel using C# with Aspose.Cells for .NET. Step‑by‑step guide and full source code included....Writes header titles and fills rows with date, open, high, low,...

    blog.aspose.com/cells/create-stockhighlowclose-...
  8. 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...
  9. Aspose.Words for Python | Aspose API References

    Aspose.Words for Python is a class library that can be used by developers for various platforms for a variety of document processing tasks....classes that represent tables, rows, cells and their formatting...

    reference.aspose.com/words/python-net/
  10. Converting XL to PDF to Word yields incorrect o...

    Hi Aspose Team, I’m trying to convert an excel to word by first converting the excel worksheet to PDF and converting the PDF doc to word using the following code: Workbook workbook = new Workbook(dir + @"\Test_09122025…...question has a few responses in the rows following the question, and...

    forum.aspose.com/t/converting-xl-to-pdf-to-word...