Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 241,484 for

cells

(0.2 sec)
  1. 工作表缩放的工作解决方案|Aspose.Slides 文档

    在演示文稿中修复 Excel 工作表 OLE 缩放问题:通过两种方式保持对象框一致——缩放框架或工作表——适用于 PPT 和 PPTX 格式。... Cells . Workbook ( "sample.xlsx" );...var cellRange = worksheet . Cells . CreateRange ( startRow , startColumn...

    docs.aspose.com/slides/zh/net/working-solution-...
  2. 用C++检查VBA代码是否签名|Documentation

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

    docs.aspose.com/cells/zh/cpp/check-if-vba-code-...
  3. 检测工作表中的合并单元格|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 C++ 库。它支持检测工作表中的合并单元格,方便用户识别和操作这些单元格。本文将介绍如何使用 Aspose.Cells 库检测合并单元格。...Cells允许您在工作表中获取合并的单元区域。您也可以取消合并(拆分)它们。本文展示了使用...展示了使用 Aspose.Cells API 执行任务的最简单的代码。 该组件提供 Cells::GetMergedAreas()...

    docs.aspose.com/cells/zh/cpp/detect-merged-cell...
  4. 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....Cells loads the entire spreadsheet...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; class CustomLoad...

    docs.aspose.com/cells/cpp/load-specific-workshe...
  5. Working with Background in ODS Files with C++|D...

    Learn how to manage colored and graphic backgrounds in ODS files using Aspose.Cells with C++....Cells provides the ability to read...Information from ODS file Aspose.Cells provides the OdsPageBackground...

    docs.aspose.com/cells/cpp/working-with-backgrou...
  6. 在Excel或OpenOffice中插入超链接的C++方法|Documentation

    学习如何在不使用MS Excel的情况下,用Aspose.Cells库向Excel文件插入超链接。...Cells,开发人员可以在Microsoft Excel文件中创建...Excel文件中创建不同类型的超链接。本主题讨论了Aspose.Cells支持哪些类型的超链接以及如何在我们的Excel文件中使用它们。 添加超链接...

    docs.aspose.com/cells/zh/cpp/insert-hyperlinks-...
  7. Table.rows property | Aspose.Words for Node.js

    Table.rows property. Provides typed access to the rows of the table....and print the contents of each cell. let doc = new aw . Document...${ j } ` ); let cells = rows . at ( j ). cells ; for ( let k =...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 使用 C++ 加载工作簿或工作表时过滤对象|Documentation

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

    docs.aspose.com/cells/zh/cpp/filter-objects-whi...
  9. 使用C++显示和隐藏工作表及标签|Documentation

    本文提供了使用C++ API或库以编程方式显示和隐藏Excel工作表的示例。此外,还介绍了如何显示和隐藏Excel工作簿的标签。...Cells 允许用户显示和隐藏工作簿的元素,包括工作表和标签。 显示和隐藏工作表... Aspose.Cells 允许开发人员控制其Excel文件中工作表的可见性。 Aspose.Cells 提供了一个类 Workbook...

    docs.aspose.com/cells/zh/cpp/show-and-hide-work...
  10. 使用抽象计算引擎与C++返回值范围|Documentation

    本文介绍如何使用Aspose.Cells库与C++在Microsoft Excel中返回值范围的抽象计算引擎。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法获取值范围并返回结果。最后,我们将修改后的Excel文件保存到磁盘。...Cells提供 AbstractCalculationE 类,用于实现Microsoft...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; class CustomFunctionStatic...

    docs.aspose.com/cells/zh/cpp/returning-a-range-...