Sort Score
Result 10 results
Languages All
Labels All
Results 2,251 - 2,260 of 242,308 for

cells

(0.27 sec)
  1. 使用C++进行换行和文本自动换行|Documentation

    如何在C++中使用Aspose.Cells库实现文本换行和自动换行。通过使用Aspose.Cells库,您可以轻松在单元格中插入文本并设置文本换行方式,例如手动换行、自动换行等。本文件详细介绍了如何实现这些功能,并提供了示例代码供您参考。...Cells.Style.IsTextWrapped 属性。 #include...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/line-breaks-and-te...
  2. Integrate Table with Data Sources PDF|Aspose.PD...

    This article shows how to integrate PDF tables. Integrate Table with Database and determine if the table will split on the current page....// Set the border for table cells table . DefaultCellBorder =..."100 100 100" ; // Set default cell border using BorderInfo object...

    docs.aspose.com/pdf/net/integrate-table/
  3. How to set AutoRecover property of Workbook wit...

    Learn how to enable or disable the AutoRecover property of a workbook using Aspose.Cells for C++....Cells to set the AutoRecover property...for that Excel file. Aspose.Cells provides the Workbook.GetAutoRecover()...

    docs.aspose.com/cells/cpp/how-to-set-autorecove...
  4. Add a library reference to VBA project in workb...

    Learn how to add or register library references to the VBA project in a workbook using Aspose.Cells for C++....Cells VbaProject.References.AddRegisteredReferen()...in a workbook using Aspose.Cells The following sample code adds...

    docs.aspose.com/cells/cpp/add-a-library-referen...
  5. 在客户端读取GridWeb单元格的值|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....Read the values of the GridWeb cells on Client Side </ title > <%...System . out . println ( "Aspose.Cells.GridWeb for Java Version: "...

    docs.aspose.com/cells/zh/java/read-the-values-o...
  6. 在保存为PDF时打印批注与C++|Documentation

    了解如何在使用Aspose.Cells for C++将Excel文件保存为PDF时打印批注。...Cells提供了 PrintCommentsType 枚举以支持相同的功能。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/print-comments-whi...
  7. Support for German Locale in Named Range Formul...

    Learn how to handle named range formulae in German locale using Aspose.Cells with C++....Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory path...

    docs.aspose.com/cells/cpp/support-for-german-lo...
  8. 用C++获取图表所在工作表|Documentation

    了解如何使用Aspose.Cells for C++检索与Excel图表关联的工作表。我们的指南将展示如何访问工作表并对其执行操作,以操作图表的底层数据。...Cells提供了 Chart::GetWorksheet 方法,可以返回包含图表的工作表的引用。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/zh/cpp/get-worksheet-of-t...
  9. 从文档中导入/导出数据|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....Cells导入数据 当您使用 Aspose.Cells 打开Excel文件时,文件中的所有数据都会自动导入,但Aspose...打开Excel文件时,文件中的所有数据都会自动导入,但Aspose.Cells还支持从不同数据源导入数据。下面列出了其中的一些数据源: Array ArrayList...

    docs.aspose.com/cells/zh/net/import-export-data...
  10. How to create TreeMap chart with C++|Documentation

    Learn how to create a Treemap chart in Aspose.Cells for C++. Our guide will help you understand the various properties and formatting options available for Treemap charts, including colors, labels, and data representation....Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create an instance of...

    docs.aspose.com/cells/cpp/creating-treemap-chart/