Sort Score
Result 10 results
Languages All
Labels All
Results 2,651 - 2,660 of 201,342 for

aspose cells

(0.12 sec)
  1. CellFormat.orientation property | Aspose.Words ...

    CellFormat.orientation property. Returns or sets the orientation of text in a table cell....table cell. @property def orientation ( self ) -> aspose . words...orientation ( self , value : aspose . words . TextOrientation ):...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Border Settings with C++|Documentation

    How to use the Aspose.Cells library in C++ to set the border style and color of Cells. By adjusting the width, style, and color of the border, you have more control over how Cells look and appear....Borders to Cells Microsoft Excel allows users to format cells by adding...added to the top position of a cell. Users can also modify the borders'...

    docs.aspose.com/cells/cpp/cells-border-settings/
  3. 在保存为PDF时打印批注与C++|Documentation

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

    docs.aspose.com/cells/zh/cpp/print-comments-whi...
  4. 用C++获取图表所在工作表|Documentation

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

    docs.aspose.com/cells/zh/cpp/get-worksheet-of-t...
  5. 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....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create an instance...

    docs.aspose.com/cells/cpp/creating-treemap-chart/
  6. 使用C++控制工作表标签栏的方法|Documentation

    学习如何通过Aspose.Cells for C++ API控制工作表标签栏。...Aspose.Cells支持这些功能。Aspose.Cells提供以下属性和方法帮助你实现目标。...GetFirstVisibleTab() ** 使用Aspose.Cells for C++控制工作表标签栏的方法** 此示例演示如何:...

    docs.aspose.com/cells/zh/cpp/how-to-control-she...
  7. Change Slicer Properties with C++|Documentation

    Change the properties of a Slicer in Excel files using Aspose.Cells with C++.... Aspose.Cells provides you with the option...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/change-slicer-propert...
  8. How to Add a Column in Excel using Java

    This precise guide explains how to add a column in Excel using Java. It encompasses the IDE configuration, stepwise process, and a runnable code snippet to add multiple columns in Excel using Java....Answers by API Aspose.Total Product Family Aspose.Words Product...Product Family Aspose.PDF Product Family Aspose.Cells Product Family...

    kb.aspose.com/cells/java/how-to-add-a-column-in...
  9. 使用C++控制工作簿视图的方法|Documentation

    学习如何使用Aspose.Cells for C++ API控制工作簿视图。...Aspose.Cells支持这些功能。Aspose.Cells提供以下属性和方法帮助你实现目标。...WorkbookSettings.GetWindowTop() ** 使用Aspose.Cells for C++控制工作簿视图的方法** 此示例演示如何:...

    docs.aspose.com/cells/zh/cpp/how-to-control-wor...
  10. 操作位置、大小和设计图表的方法(C++)|Documentation

    学习如何使用Aspose.Cells for C++高效操作Microsoft Excel中的位置、大小和设计图表。我们的指南将演示如何调整这些属性以改善布局和可视化效果。...Aspose.Cells提供了 Chart.GetChartObject()...以下示例解释了上述API的使用方法,它加载包含图表的现有工作簿的第一个工作表。然后使用Aspose.Cells重新调整和重新定位图表。 #include <iostream>...

    docs.aspose.com/cells/zh/cpp/manipulate-positio...