Sort Score
Result 10 results
Languages All
Labels All
Results 2,661 - 2,670 of 229,517 for

aspose cells

(0.14 sec)
  1. Setting Margins with C++|Documentation

    Learn how to set the margins of an Excel worksheet using C++. This guide covers setting page margins, centering content, and configuring header and footer margins programmatically with Aspose.Cells for C++....with C++ Contents [ Hide ] Aspose.Cells fully supports Microsoft...topic discusses how to use Aspose.Cells to configure page margins...

    docs.aspose.com/cells/cpp/setting-margins/
  2. Encrypting Excel Files with C++|Documentation

    Learn how to encrypt and password protect Excel files using Aspose.Cells with C++.... Aspose.Cells allows you to encrypt and...password. Encryption with Aspose.Cells The following example shows...

    docs.aspose.com/cells/cpp/encrypting-excel-files/
  3. Modify an Existing Style with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files that allows users to modify existing cell styles. This article will introduce how to modify an existing cell style with the Aspose.Cells library so that users can change the appearance of the Cells as they need....same formatting options to cells, create a new formatting style...with the same attributes. When cells aren’t explicitly formatted...

    docs.aspose.com/cells/cpp/modify-an-existing-st...
  4. Converting To Mhtml Files in Jython|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....Jython Contents [ Hide ] Aspose.Cells - Converting To Mhtml Files...To append documents using Aspose.Cells Java for Jython . Here you...

    docs.aspose.com/cells/java/converting-to-mhtml-...
  5. Protecting Worksheets with C++|Documentation

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

    docs.aspose.com/cells/cpp/protecting-worksheets/
  6. 用C++设置对齐方式|Documentation

    Aspose.Cells库中,您可以使用单元格对齐设置来调整文本的布局和显示。通过调整水平对齐、垂直对齐和文本换行等设置,您可以更好地控制文本在单元格中的流动。本文件将为您提供详细的步骤和样本代码,以帮助您快速掌握如何使用Aspose.Cells进行单元格对齐设置。...文本控制 文本方向 Aspose.Cells完全支持所有这些对齐设置,并在下面详细讨论。 Aspose.Cells中的对齐设置 Aspose...Aspose.Cells提供一个表示Excel文件的类 Workbook 。 Workbook 类包含一个 Worksheets...

    docs.aspose.com/cells/zh/cpp/cells-alignment-se...
  7. 使用C++添加超链接图片|Documentation

    通过Aspose.Cells for C++ API学习如何添加图片超链接。...本文档说明了如何使用Aspose.Cells在工作表中插入图像超链接。 Aspose.Cells允许您在运行时向电子表...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/add-image-hyperlinks/
  8. Adding New Worksheets to Workbook and Activatin...

    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.... The new cells will be filled with data at...these tasks using VSTO and Aspose.Cells for .NET . Adding Worksheets...

    docs.aspose.com/cells/net/adding-new-worksheets...
  9. 使用C++更改单元格对齐方式并保持现有格式|Documentation

    使用Aspose.Cells库更改单元格对齐方式并保留现有格式...Aspose.Cells允许使用 GetAlignments() 属性实现这一点。如果将其设置为...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/change-cells-align...
  10. Hiding and Showing Rows and Columns with C++|Do...

    Learn how to hide and show rows and columns in Excel files programmatically using Aspose.Cells with C++....this feature, and so does Aspose.Cells. Controlling the Visibility...Visibility of Rows and Columns Aspose.Cells provides a class, Workbook...

    docs.aspose.com/cells/cpp/hiding-and-showing-ro...