Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 203,309 for

cells

(0.08 sec)
  1. 用C++设置字体|Documentation

    Aspose.Cells是一个用于处理电子表格文件的C++库。它支持设置单元格的字体,允许用户自定义单元格的字体样式和属性。本文将介绍如何使用Aspose.Cells库设置单元格字体。...Cells也支持配置单元格的字体设置。 配置字体设置 Aspose.Cells提供了一个类, Workbook...GetCells() 集合中的每个项代表了 Cell 类的对象。 Aspose.Cells提供了 Cell 类的 GetStyle 和 SetStyle...

    docs.aspose.com/cells/zh/cpp/cells-font-settings/
  2. 用 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...
  3. Cell.tables property | Aspose.Words for Python

    Cell.tables property. Gets a collection of tables that are immediate children of the cell....tables property Cell.tables property Gets a collection of tables...are immediate children of the cell. @property def tables ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 在Jython中将文件转换为Mhtml|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 - 将文件转换为Mhtml 使用 Aspose.Cells Java for Jython...aspose - cells import Settings from com . aspose . cells import...

    docs.aspose.com/cells/zh/java/converting-to-mht...
  5. 使用C++管理控件|Documentation

    学习如何使用Aspose.Cells与C++在工作表中添加和管理各种控件,如线条、矩形、弧、椭圆、旋钮、滚动条和组框。...Cells提供了 Aspose::Cells::Drawing 命名空间,其中包含...Excel中用设计器工作簿创建这些绘图对象,然后导入到Aspose.Cells中。Aspose.Cells允许你从设计师工作簿加载这些绘图对象,并写入生成的文件中。...

    docs.aspose.com/cells/zh/cpp/managing-controls/
  6. 用C++隐藏和显示行列|Documentation

    学习如何使用Aspose.Cells和C++以编程方式隐藏和显示Excel文件中的行和列。...Cells也支持。 控制行和列的可见性 Aspose.Cells提供了一个代表Microsoft...Worksheet 类提供了一个 Cells 集合,表示工作表中的所有单元格。 Cells 集合提供了几种管理工作表中的行或列的方法。以下介绍了其中的一些。...

    docs.aspose.com/cells/zh/cpp/hiding-and-showing...
  7. 用C++管理图片|Documentation

    使用 Aspose.Cells for C++ API 添加、定位和管理电子表格中的图像。...Cells允许开发人员在运行时向电子表格添加图片。此外,可以在运行...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/managing-pictures/
  8. Rotating Cell Text in VSTO and Aspose.Cells|Doc...

    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....Rotating Cell Text in VSTO and Aspose.Cells Contents [ Hide ]...] To rotate text in a cell on a worksheet, take the following...

    docs.aspose.com/cells/net/rotating-cell-text-in...
  9. 使用 Apache POI 和 Aspose.Cells 创建图表|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 创建图表 Contents [ Hide ] Aspose.Cells - 创建图表 Aspose...Aspose.Cells 可以向电子表格中添加各种图表。Aspose.Cells 提供许多灵活的图表对象。 Java //Instantiating...

    docs.aspose.com/cells/zh/java/create-charts-usi...
  10. 使用抽象计算引擎与C++返回值范围|Documentation

    本文介绍如何使用Aspose.Cells库与C++在Microsoft Excel中返回值范围的抽象计算引擎。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法获取值范围并返回结果。最后,我们将修改后的Excel文件保存到磁盘。...Cells提供 AbstractCalculationE 类,用于实现Microsoft...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; class CustomFunctionStatic...

    docs.aspose.com/cells/zh/cpp/returning-a-range-...