Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 246,038 for

cells

(0.37 sec)
  1. Update ActiveX ComboBox Control with C++|Docume...

    Learn how to read or write values of ActiveX ComboBox Control using Aspose.Cells with C++....Cells. Please access the ActiveX Control...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/cpp/update-activex-combob...
  2. DocumentBuilder.end_row method | Aspose.Words f...

    DocumentBuilder.end_row method. Ends a table row in the document....insert_cell() immediately after that, then...Examples Shows how to merge table cells vertically. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 用 C++ 获取数据透视表的刷新日期和刷新人信息|Documentation

    学习如何使用 Aspose.Cells 和 C++ 获取工作簿中的刷新日期和刷新人信息。...Cells现在支持从工作簿中获取刷新日期和刷新者信息。 PivotTable...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/zh/cpp/get-pivot-table-re...
  4. DocumentBuilder.EndRow | Aspose.Words for .NET

    Effortlessly end table rows in your documents with DocumentBuilder's EndRow method. Streamline your formatting and enhance document clarity!...Examples Shows how to merge table cells vertically. Document doc = new...DocumentBuilder ( doc ); // Insert a cell into the first column of the...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Decrease the Calculation Time of Cell.Calculate...

    Learn how to optimize Excel cell calculation performance using Aspose.Cells for Python via .NET. Reduce computation time with CalculationOptions settings....Decrease the Calculation Time of Cell.Calculate Method with Python...of individual cells. When working with single cell calculations...

    docs.aspose.com/cells/python-net/decrease-the-c...
  6. Grouping and Ungrouping Rows and Columns with C...

    Learn how to group and ungroup rows and columns in Excel files using Aspose.Cells with C++....Cells provides a class, Workbook that...provides a Cells collection that represents all cells in the worksheet...

    docs.aspose.com/cells/cpp/grouping-and-ungroupi...
  7. Aspose.PDF Java table/row/cell extraction issue...

    Hi, I am using Aspose PDF for Java version 25.9. I am trying to extract text from a PDF with tables in an Table-row-cell structure but the text contained in a PDF cell is not in the proper cell. Here is the code sample: …...PDF Java table/row/cell extraction issue Aspose.PDF Product...Table-row-cell structure but the text contained in a PDF cell is not...

    forum.aspose.com/t/aspose-pdf-java-table-row-ce...
  8. Get Text Width of Cell Value with C++|Documenta...

    Learn how to get Text Width of Cell Value through the Aspose.Cells for C++ API....Ask AI Get Text Width of Cell Value with C++ Contents [ Hide...Hide ] Get Text Width of Cell Value Sometimes developers might need...

    docs.aspose.com/cells/cpp/get-text-width-of-cel...
  9. Create Transparent Image of Excel Worksheet wit...

    Learn how to generate a transparent image of an Excel worksheet using Aspose.Cells for Node.js via C++....transparency to all cells that have no fill colors. Aspose.Cells provides...When this property is false , cells with no fill colors are drawn...

    docs.aspose.com/cells/nodejs-cpp/create-transpa...
  10. Calculate Formulas with C++|Documentation

    This article introduces how to use the Aspose.Cells library to calculate formulas in Microsoft Excel with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk....Cells has an embedded formula calculation...formulas added at runtime. Aspose.Cells supports most of the formulas...

    docs.aspose.com/cells/cpp/calculate-formulas/