Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 236,024 for

cells

(0.12 sec)
  1. 用C++管理Excel宏启用工作簿的VBA代码|Documentation

    在C++中添加VBA模块并修改VBA或宏,使用Aspose.Cells库。...Cells允许通过Aspose.Cells添加新的VBA模块和宏代码。请使用 Workbook...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/manage-vba-project/
  2. Aspose.Cells 16.12.0 中的公共 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 16.12.0 中的公共 API 更改 Contents [ Hide ] 本文档描述了从 16...11.0 版本到 16.12.0 版本的 Aspose.Cells API 变化,这可能对模块/应用程序开发人员有兴趣。 ...

    docs.aspose.com/cells/zh/net/public-api-changes...
  3. RowCollection indexer | Aspose.Words for Python

    RowCollection indexer. Retrieves a [Row](../../row/) at the given index....and print the contents of each cell. doc = aw . Document ( file_name...of Row { j } ' ) cells = rows [ j ] . cells # We can use the...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Managing Hyperlinks in a Worksheet|Documentation

    This article introduces how to work with hyperlink in GridDesktop....Cells.GridDesktop, it is also possible...stored in cells of a worksheet. Let’s say that in some cells, you...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  5. Specify how to cross strings in output PDF and ...

    Learn how to control text overflow in PDF and image outputs using Aspose.Cells for C++....Possible Usage Scenarios When a cell contains text that is larger...width of the cell, the string overflows if the next cell in the next...

    docs.aspose.com/cells/go-cpp/specify-how-to-cro...
  6. 创建、删除和获取GridCell注释|Documentation

    本文介绍了如何在GridWeb中处理评论。...]; //Access cell B4 GridCell cell = sheet . Cells [ "B4" ]; //Create...//i.e. note, author, isvisible cell . CreateComment ( "This is a...

    docs.aspose.com/cells/zh/net/aspose-cells-gridw...
  7. Aspose::Words::BorderType enum | Aspose.Words f...

    Aspose::Words::BorderType enum. Specifies sides of a border. To learn more, visit the documentation article in C++....border of a paragraph or a table cell. Left 1 Specifies the left border...border of a paragraph or a table cell. Right 2 Specifies the right...

    reference.aspose.com/words/cpp/aspose.words/bor...
  8. DocumentBuilder.InsertCell | Aspose.Words for .NET

    Effortlessly enhance your documents with the DocumentBuilder InsertCell method—quickly add customizable table Cells for improved organization and clarity....Inserts a table cell into the document. public Cell InsertCell ()...() Return Value The cell node that was just inserted. Remarks...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Font Settings|Documentation

    Aspose.Cells is a Python library for working with spreadsheet files. It supports setting the font settings of Cells, allowing users to customize the font style and properties of Cells. This article will introduce how to use the Aspose.Cells for Python via .NET library to set cell font settings....Cells for Python via .NET also supports...of the cells. Configuring Font Settings Aspose.Cells for Python...

    docs.aspose.com/cells/python-net/cells-font-set...
  10. Change the format of a cell with Golang via C++...

    How to use Aspose.Cells library in C++ to change the formatting of Cells, including font, color, border, etc. By adjusting these properties, you have more control over how Cells look and appear....Change the format of a cell with Golang via C++ Contents [ Hide...style of the cells. How to change the format of a cell in Excel To...

    docs.aspose.com/cells/go-cpp/how-to-change-form...