Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 241,490 for

cells

(0.58 sec)
  1. 用C++获取图表所在工作表|Documentation

    了解如何使用Aspose.Cells for C++检索与Excel图表关联的工作表。我们的指南将展示如何访问工作表并对其执行操作,以操作图表的底层数据。...Cells提供了 Chart::GetWorksheet 方法,可以返回包含图表的工作表的引用。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/zh/cpp/get-worksheet-of-t...
  2. How to create TreeMap chart with C++|Documentation

    Learn how to create a Treemap chart in Aspose.Cells for C++. Our guide will help you understand the various properties and formatting options available for Treemap charts, including colors, labels, and data representation....Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create an instance of...

    docs.aspose.com/cells/cpp/creating-treemap-chart/
  3. Create a TextBox in which each line has a diffe...

    Learn how to create a TextBox with different horizontal alignment for each line using Aspose.Cells with C++....Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory path...

    docs.aspose.com/cells/cpp/create-textbox-in-whi...
  4. 使用 C++ 获取页眉或页脚|Documentation

    本文介绍如何使用 C++ API 或库以编程方式获取Excel或OpenOffice文件中的页眉和页脚。...Cells for C++ 获取页眉和页脚 使用 Worksheet...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/get-headers-or-foo...
  5. 使用 Aspose.PDF for .NET 和 Python|Aspose.PDF for ...

    在本教程中,您将探索在 Python 中创建和修改 PDF 文件的不同方法。... Cells . Add ( "Departs City" ) headerRow . Cells . Add...< headerRow . Cells . Count ): headerRow . Cells [ i ] . BackgroundColor...

    docs.aspose.com/pdf/zh/net/python-net/
  6. Aspose::Words::ConditionalStyle class | Aspose....

    Aspose::Words::ConditionalStyle class. Represents special formatting applied to some area of a table with assigned table style. To learn more, visit the documentation article in C++....Gets the collection of default cell borders for the conditional...below the contents of table cells. get_Font () Gets the character...

    reference.aspose.com/words/cpp/aspose.words/con...
  7. CellFormat class | Aspose.Words for Python

    aspose.words.tables.CellFormat class. Represents all formatting for a table cell...Represents all formatting for a table cell. To learn more, visit the Working...collection of borders of the cell. bottom_padding Returns or sets...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Font Settings with C++|Documentation

    Aspose.Cells is a C++ 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 library to set cell font settings....Cells also supports configuring the...of the cells. Configuring Font Settings Aspose.Cells provides...

    docs.aspose.com/cells/cpp/cells-font-settings/
  9. Inserting and Deleting Rows and Columns in Ruby...

    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 - Managing Rows/Columns Inserting...the insertRows method of the Cells collection. The insertRows method...

    docs.aspose.com/cells/java/inserting-and-deleti...
  10. Change Text Direction of the Comment|Documentation

    How to change the text direction of comments in Excel files. This article provides the Java code to do just that by using the Aspose.Cells for Java API....Excel users can add comments to cells in spreadsheets to add additional...additional information to cells and highlight the data. Developers...

    docs.aspose.com/cells/java/change-text-directio...