Sort Score
Result 10 results
Languages All
Labels All
Results 2,681 - 2,690 of 238,873 for

aspose cells

(0.52 sec)
  1. 用C++设置工作表中的评论或形状的边距|Documentation

    学习如何使用Aspose.Cells在C++中设置工作表内评论或形状的边距。...Contents [ Hide ] 可能的使用场景 Aspose.Cells允许你使用 Shape.GetTextAlignment()...GetTextAlignment() 属性设置任何形状或评论的边距。该属性返回一个 Aspose.Cells.Drawing.Texts.ShapeTextAlignment...

    docs.aspose.com/cells/zh/cpp/set-margins-of-com...
  2. 用C++合并或取消合并多个工作表成为一个工作表|Documentation

    学习如何用C++和Aspose.Cells将多个工作表合并为一个工作表。...通过使用 Aspose.Cells API,可以轻松实现这一目标。本文将展示一个代...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/combine-multiple-w...
  3. Insert Background Image to Excel with C++|Docum...

    How to insert a background image into Excel using Aspose.Cells for C++....picture for a sheet using the Aspose.Cells API. Setting Sheet Background...Setting Sheet Background with Aspose.Cells The code below sets a background...

    docs.aspose.com/cells/cpp/insert-background-ima...
  4. 使用C++在非原始形状中插入数据|Documentation

    使用Aspose.Cells和C++访问和操作非原始形状中的数据。... 非基本形状 在Aspose.Cells中,非原始形状分配的类型为 AutoShapeType...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/data-in-non-primit...
  5. Specify Individual or Private Set of Fonts for ...

    Learn how to specify an individual or private set of fonts for workbook rendering using Aspose.Cells for C++.... Aspose.Cells provides the IndividualFontConfig...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/specify-individual-or...
  6. 使用C++将范围插入Excel|Documentation

    学习如何使用Aspose.Cells和C++将范围插入Excel文件。... 使用 Aspose.Cells 插入范围 Aspose.Cells提供 Cells.InsertRange...方法来插入范围。 插入范围并向右移动单元格 使用Aspose.Cells插入范围并向右移动单元格的示例代码: #include...

    docs.aspose.com/cells/zh/cpp/insert-ranges-to-e...
  7. Page Setup Features with C++|Documentation

    Learn how to configure page setup features in Excel files using Aspose.Cells with C++....Hide ] Page Setup Features Aspose.Cells provides a comprehensive...#include <Aspose.Cells.h> using namespace Aspose :: Cells ; void...

    docs.aspose.com/cells/cpp/page-setup-features/
  8. 通过页面将工作表转换为图像文件|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.... Worksheets [ 0 ]; Aspose . Cells . Rendering . ImageOrPrintOptions...ImageOrPrintOptions options = new Aspose . Cells . Rendering . ImageOrPrintOptions...

    docs.aspose.com/cells/zh/net/converting-workshe...
  9. 使用 C++ 获取页眉或页脚|Documentation

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

    docs.aspose.com/cells/zh/cpp/get-headers-or-foo...
  10. Showing Cell Range as Data Labels with C++|Docu...

    Learn how to show a range of Cells as data labels in charts using Aspose.Cells for C++. Our guide will demonstrate how to link the labels to your data source and format them to provide accurate and meaningful information in your charts....Ask AI Showing Cell Range as Data Labels with C++ Contents [...display a cell range for data labels. Aspose.Cells supports this...

    docs.aspose.com/cells/cpp/showing-cell-range-as...