Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 235,908 for

cells

(0.25 sec)
  1. 在图表中用Node.js通过C++设置图片作为背景填充|Documentation

    了解如何在Aspose.Cells for Node.js via C++中将图片设置为图表的背景填充。我们的指南将向您展示如何导入和定位图片、调整其大小和颜色,以及应用格式化选项来增强您的图表外观。...Cells允许您为不同对象如图表区域、图表区或图例框添加渐变、纹理...如何向图表背景添加图像。 要实现这一点,Aspose.Cells提供了 Chart.getPlotArea() 属性。以下代码示例演示了如何使用...

    docs.aspose.com/cells/zh/nodejs-cpp/set-picture...
  2. Insert a Picture Based on Cell Reference with C...

    Learn how to insert a picture based on cell reference using Aspose.Cells for C++....AI Insert a Picture Based on Cell Reference with C++ Contents...setting a cell reference in the Formula bar. Aspose.Cells supports...

    docs.aspose.com/cells/cpp/insert-a-picture-base...
  3. Create Access and Copy Named Ranges|Documentation

    This article shows how to create, access, and copy named ranges using the Aspose.Cells for Python via .NET API....used to refer to individual cells. It is possible to create descriptive...names to represent cells, ranges of cells, formulas, or constant...

    docs.aspose.com/cells/python-net/create-access-...
  4. Aspose.Cells 8.4.1中的公共API更改|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 8.4.1中的公共API更改 Contents [ Hide ] 本文档描述了从版本8.4.0到8...0到8.4.1的Aspose.Cells API的更改,可能对模块/应用程序开发人员感兴趣。它不仅包括新的和更新的公共方法,...

    docs.aspose.com/cells/zh/java/public-api-change...
  5. CellFormat.bottom_padding property | Aspose.Wor...

    CellFormat.bottom_padding property. Returns or sets the amount of space (in points) to add below the contents of cell....to add below the contents of cell. @property def bottom_padding...Examples Shows how to format cells with a document builder. doc...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Create, Access, and Copy Named Ranges with C++|...

    Learn how to create, access, and copy named ranges in Excel files using Aspose.Cells with C++....used to refer to individual cells. It is possible to create descriptive...names to represent cells, ranges of cells, formulas, or constant...

    docs.aspose.com/cells/cpp/create-access-and-cop...
  7. 使用JavaScript通过C++为图表设置数据源|Documentation

    了解Aspose.Cells for Java脚本通过C++支持的各种数据源。我们的指南将带你了解可用的不同类型数据源,并示范如何连接和检索数据以填充你的工作表。...Cells处理图表时,有以下两种数据类型需要处理: 图表数据。 类别数据。...> < head > < title > Aspose.Cells Example </ title > </ head >...

    docs.aspose.com/cells/zh/javascript-cpp/data-fo...
  8. Precedents and Dependents with Node.js via C++|...

    Learn to trace precedent and dependent Cells in spreadsheets using Aspose.Cells for Node.js via C++. Understand how to identify linked Cells in complex financial worksheets....formula uses precedent cells and dependent cells. Introduction Precedent...Precedent cells are cells that are referred to by a formula in another...

    docs.aspose.com/cells/nodejs-cpp/precedents-and...
  9. Protecting Worksheets with C++|Documentation

    Learn how to protect worksheets, rows, columns, and specific Cells in Microsoft Excel files using Aspose.Cells with C++....Cells provides a class, Workbook ...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/protecting-worksheets/
  10. 在工作表单元格中显示字符串|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.... Range cells = mySheet . Cells ; cells . set_Item ( 1... 1 , "Some Text" ); Aspose.Cells Workbook myWorkbook = new Workbook...

    docs.aspose.com/cells/zh/net/display-string-in-...