Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 241,490 for

cells

(0.21 sec)
  1. 在Aspose.Cells中为图表添加WordArt水印|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中为图表添加WordArt水印 Contents [ Hide ] 您可以使用WordArt在...the first worksheet. Aspose . Cells . Charts . Chart chart = workbook...

    docs.aspose.com/cells/zh/net/add-wordart-waterm...
  2. 用C++插入和删除Excel文件的行和列|Documentation

    本文展示了如何使用Aspose.Cells for C++ API插入和删除行列。...Cells提供了一组非常简单的类和方法,详述如下。 管理行和列 Aspose.Cells提供了类 Workbook...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/inserting-and-dele...
  3. Cell.tables property | Aspose.Words for Node.js

    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. get tables () : Aspose . Words...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Create Excel Charts and Embed Them in Presentat...

    Create Excel charts and embed them as OLE objects in PowerPoint and OpenDocument presentations with C++. Step-by-step guide with code samples....Cells for C++, and these charts can...PowerPoint presentation using Aspose.Cells and Aspose.Slides. Required...

    docs.aspose.com/slides/cpp/creating-excel-chart...
  5. Alignment Settings|Documentation

    In the Aspose.Cells library, you can use cell alignment settings to adjust the layout and display of text using Node.js via C++. This document provides detailed steps and sample code for using Aspose.Cells for cell alignment settings....used Microsoft Excel to format cells will be familiar with the alignment...are fully supported by Aspose.Cells and are discussed in more detail...

    docs.aspose.com/cells/nodejs-cpp/cells-alignmen...
  6. 用 Node.js 在 C++ 中创建工作簿和工作表范围命名|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 创建工作簿和工作表范围命名。...Cells for Node.js via C++ 提供与 Microsoft...AsposeCells = require ( "aspose.cells.node" ); // The path to the...

    docs.aspose.com/cells/zh/nodejs-cpp/create-work...
  7. 在 PHP 中分组和取消分组行和列|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 - 分组管理行和列 分组行和列 可以通过调用Cells集合的groupRows和g...getWorksheets () -> get ( 0 ); $cells = $worksheet -> getCells ();;...

    docs.aspose.com/cells/zh/java/grouping-and-ungr...
  8. 将图表转换为图片(C++版)|Documentation

    学习如何使用 Aspose.Cells for C++ 将图表导出为 JPEG 或 PNG 等图像格式。我们的指南将演示如何从 Microsoft Excel 导出图表并将其保存为独立图片,以供进一步使用和操作。...Cells APIs 支持将 Excel 图表转换为图像格式,无需...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/zh/cpp/chart-to-image/
  9. Measure the Width and Height of the Cell Value ...

    Learn how to measure the width and height of the cell value in units of pixels through the Aspose.Cells for C++ API....the Width and Height of the Cell Value in Unit of Pixels with...of a cell’s value to fit it inside the cell. Aspose.Cells provides...

    docs.aspose.com/cells/cpp/calculate-the-width-a...
  10. RowCollection.toArray method | Aspose.Words for...

    RowCollection.toArray method. Copies all rows from the collection to a new array of rows....and print the contents of each cell. let doc = new aw . Document...${ j } ` ); let cells = rows . at ( j ). cells ; for ( let k =...

    reference.aspose.com/words/nodejs-net/aspose.wo...