Sort Score
Result 10 results
Languages All
Labels All
Results 2,831 - 2,840 of 238,999 for

aspose cells

(0.1 sec)
  1. 使用 C++ 加载工作簿或工作表时过滤对象|Documentation

    学习如何在使用 Aspose.Cells for C++ 加载工作簿或工作表时过滤图表、形状和条件格式等对象。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory...

    docs.aspose.com/cells/zh/cpp/filter-objects-whi...
  2. 用C++管理范围|Documentation

    学习如何使用Aspose.Cells和C++管理Excel文件中的范围。通过编程创建、修改和设置范围样式。...您所选的矩形区域也可以通过Aspose.Cells轻松地创建为对象。 这里是如何创建范围、设置值、...范围”对象进行更多操作。 使用Aspose.Cells管理范围 Aspose.Cells提供了一个代表Microsoft...

    docs.aspose.com/cells/zh/cpp/managing-ranges/
  3. 用C++检查VBA代码是否签名|Documentation

    学习如何用Aspose.Cells在C++中检查Excel文件中的VBA代码是否已签名。...用C++检查VBA代码是否签名 Contents [ Hide ] Aspose.Cells允许用户检查VBA代码项目是否已签名。请使用 VbaProject::IsSigned...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/check-if-vba-code-...
  4. Setting Print Options with C++|Documentation

    This article demonstrates how to programmatically set the Print Options of the Excel Worksheet Page Setup feature using the C++ API and Library. You can set the Print Area, Print Titles, and Page Order....Print cell errors. Define page ordering. Aspose.Cells supports...GetPrintArea() method. Assign a cell range that defines the print...

    docs.aspose.com/cells/cpp/setting-print-options/
  5. Load Specific Worksheets in a Workbook with C++...

    Learn how to load specific worksheets in a workbook using Aspose.Cells with C++ to improve performance and reduce memory usage....Contents [ Hide ] By default, Aspose.Cells loads the entire spreadsheet...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; class...

    docs.aspose.com/cells/cpp/load-specific-workshe...
  6. Copy Range Style Only with C++|Documentation

    Learn how to copy only the style of a range in Excel using Aspose.Cells with C++.... Create a second range of cells. Copy the first range’s formatting...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/copy-range-style-only/
  7. Using Built-in Styles with C++|Documentation

    C++ code to use Excel built-in styles with Aspose.Cells for C++ API...with C++ Contents [ Hide ] Aspose.Cells provides a vast collection...re-usable styles to format a cell in a spreadsheet document. We...

    docs.aspose.com/cells/cpp/using-built-in-styles/
  8. 用C++设置边距|Documentation

    学习如何使用C++设置Excel工作表的边距。本指南涵盖了设置页面边距、居中内容以及以编程方式配置页眉和页脚边距的方法,使用Aspose.Cells for C++。...用C++设置边距 Contents [ Hide ] Aspose.Cells 完全支持微软 Excel 的页面设置选项。开发...本主题讨论如何使用 Aspose.Cells 配置页面边距。 设置页边距 Aspose.Cells 提供一个 Workbook...

    docs.aspose.com/cells/zh/cpp/setting-margins/
  9. 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....在Aspose.Cells中为图表添加WordArt水印 Contents [ Hide ] 您可以使用WordArt在...in the first worksheet. Aspose . Cells . Charts . Chart chart...

    docs.aspose.com/cells/zh/net/add-wordart-waterm...
  10. Set Data Source for the Chart with C++|Document...

    Learn about the various data sources supported by Aspose.Cells for C++. Our guide will walk you through the different types of data sources available and show you how to connect and retrieve data from them to populate your worksheets....working on charts using Aspose.Cells as follows: Chart data....charts. We can add a range of cells (containing chart data) by calling...

    docs.aspose.com/cells/cpp/data-formatting-in-ch...