Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 248,257 for

cells

(1.98 sec)
  1. DocumentBuilder.write method | Aspose.Words for...

    DocumentBuilder.write method. Inserts a string into the document at the current insert position....apply them to every row and cell that we add with it. builder...it to the current cell, // and any new cells that we create with...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Legend Order Issue in Stacked Column Chart – As...

    Dear Aspose Team, I’ve encountered an issue with the legend order in charts generated using Aspose Cells version 25.6 with JDK 21. Specifically, the legend items are not appearing in the expected sequence. For example, …...Cells Product Family slides-java , cells-java Mani...charts generated using Aspose Cells version 25.6 with JDK 21. Specifically...

    forum.aspose.com/t/legend-order-issue-in-stacke...
  3. 工作表大小调整的可行解决方案|Aspose.Slides 文档

    在演示文稿中修复 Excel 工作表 OLE 缩放问题:通过两种方式保持对象框一致——缩放框架或工作表——适用于 PPT 与 PPTX 格式。... cells . Workbook workbook = new com . aspose . cells . Workbook..."sample.xlsx" ); com . aspose . cells . Worksheet worksheet = workbook...

    docs.aspose.com/slides/zh/java/working-solution...
  4. 用 C++ 获取工作表页面设置的宽度和高度|Documentation

    学习如何使用C++代码通过Aspose.Cells for C++ API以编程方式获取Excel工作表页面设置的纸张宽度和高度。...Cells.h" using namespace Aspose :: Cells ; using namespace...std ; int main () { Aspose :: Cells :: Startup (); // Create an...

    docs.aspose.com/cells/zh/cpp/get-paper-width-an...
  5. How to create gallery style layout with LINQ Re...

    Hi, we have a requirement where the user expects a gallery-style layout. Please check the attachment. Could you please guide us on whether this is feasible to achieve with the LINQ report engine ? Thanks Gallery.zip (27…...foreach tags For each of the cells, add a textbox with an inline...textbox Within all but the first cells in the row, add a next tag before...

    forum.aspose.com/t/how-to-create-gallery-style-...
  6. Support the layout of DIV tags while loading HT...

    Learn how to support the layout of DIV tags while loading HTML into an Excel workbook using Aspose.Cells for C++....Cells.h" using namespace Aspose :: Cells ; std :: string...); } int main () { Aspose :: Cells :: Startup (); U16String srcDir...

    docs.aspose.com/cells/cpp/support-the-layout-of...
  7. Aspose::Words::Tables::RowCollection class | As...

    Aspose::Words::Tables::RowCollection class. Provides typed access to a collection of Row nodes. To learn more, visit the documentation article in C++....and print the contents of each cell. auto doc = System :: MakeObject...CellCollection > cells = rows -> idx_get ( j ) -> get_Cells (); // We...

    reference.aspose.com/words/cpp/aspose.words.tab...
  8. Implement Custom Paper Size of Worksheet for Re...

    This article explains how to use the C++ API to set custom paper size of your desired worksheets when rendering Excel file to PDF file format programmatically....Cells APIs. Implement Custom Paper...Worksheet for Rendering Aspose.Cells allows you to set your desired...

    docs.aspose.com/cells/cpp/implement-custom-pape...
  9. Implementing Non-Sequential Ranges with JavaScr...

    Learn how to create named non‑sequential ranges with Aspose.Cells for JavaScript via C++. Use non‑adjacent cell ranges effectively....ranges are rectangular with cells continuous and adjacent to each...a non‑sequential cell range in which cells are not adjacent....

    docs.aspose.com/cells/javascript-cpp/implementi...
  10. Work with Columns and Rows in C#|Aspose.Words f...

    Working with parts of a table – rows, columns, and Cells using C#. Specify Header Row C#....Element Index Columns, rows and cells are managed by accessing the...a table: Find the Index of a Cell in a Row Finally, you may need...

    docs.aspose.com/words/net/working-with-columns-...