Sort Score
Result 10 results
Languages All
Labels All
Results 3,951 - 3,960 of 241,668 for

aspose cells

(0.19 sec)
  1. Get HTML5 String from Cell with C++|Documentation

    Learn how to get an HTML5 string from a cell using Aspose.Cells for C++ API....Ask AI Get HTML5 String from Cell with C++ Contents [ Hide ] Possible...Scenarios Aspose.Cells returns the HTML string of a cell using the...

    docs.aspose.com/cells/cpp/get-html5-string-from...
  2. 在工作表中删除重复行(使用C++)|Documentation

    学习如何使用Aspose.Cells for C++ API删除工作表中的重复行。... Aspose.Cells提供了 Cells::RemoveDuplicates()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/remove-duplicate-r...
  3. Measure the Width and Height of the Cell Value ...

    Learn how to Measure the Width and Height of the Cell Value in Unit of Pixels through the Aspose.Cells for JavaScript via C++....the Width and Height of the Cell Value in Unit of Pixels Contents...height of a cell value to fit the cell value inside the cell. Aspose...

    docs.aspose.com/cells/javascript-cpp/calculate-...
  4. Track Document Conversion Progress with C++|Doc...

    Learn how to track document conversion progress in C++ using Aspose.Cells to enhance application usability.... Aspose.Cells supports tracking document...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; class...

    docs.aspose.com/cells/cpp/track-document-conver...
  5. Aspose.Cells for Java - Issue with missing char...

    Hi Aspose team, I’m encountering an issue when using Aspose.Cells to generate screenshots from an Excel template. The behaviour of the chart’s red border seems inconsistent depending on how rows are handled: When no r…...Aspose.Cells for Java - Issue with missing chart border when...hiding rows in Excel template Aspose.Cells Product Family frankhuang05...

    forum.aspose.com/t/aspose-cells-for-java-issue-...
  6. Node.getAncestor method | Aspose.Words for Node.js

    Node.getAncestor method. Gets the first ancestor of the specified [NodeType](../../nodetype/)....getAncestor ( ancestorType : Aspose . Words . NodeType ) Parameter...asTable (); // Find out if any cells in the table have other tables...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. TableStyle.top_padding property | Aspose.Words ...

    TableStyle.top_padding property. Gets or sets the amount of space (in points) to add above the contents of table Cells....above the contents of table cells. @property def top_padding (...start_table () builder . insert_cell () builder . write ( 'Name'...

    reference.aspose.com/words/python-net/aspose.wo...
  8. How to possible top row color set like z-index ...

    @John.He , @amjad.sahi, @peyton.xu // Example: Apply background color priority - Top, Middle, Bottom Style topStyle = worksheet.Workbook.CreateStyle(); topStyle.ForegroundColor = Color.LightGreen; topStyle.Pattern = Bac…... Aspose.Cells Product Family cells-net , aspose-cells imparthgalani...position (example rows) worksheet.Cells.Rows[1].ApplyStyle(topStyle...

    forum.aspose.com/t/how-to-possible-top-row-colo...
  9. 通过 C++ 保护或取消保护共享工作簿|Documentation

    学习如何用 Aspose.Cells for C++ 对共享工作簿进行密码保护或取消保护。...Excel 一样使用 Aspose.Cells 保护或取消保护共享工作簿。Aspose.Cells 还支持使用 Work...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/password-protect-o...
  10. 使用 C++ 管理Excel图表的轴线|Documentation

    学习如何在Aspose.Cells for C++中配置图表轴。我们的指南将演示如何调整主轴和副轴、设置其范围以及修改其属性以增强您的图表效果。...垂直(数值)轴:Y轴 深度(系列)轴:Z轴 轴选项 Aspose.Cells 还允许你在运行时管理图表的轴线。使用 Axis...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/chart-axes/