Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 241,484 for

cells

(0.39 sec)
  1. RowCollection.Item | Aspose.Words for .NET

    Access any Row effortlessly with the RowCollection Item property. Quickly retrieve data at your desired index for seamless data management....and print the contents of each cell. Document doc = new Document...); CellCollection cells = rows [ j ]. Cells ; // We can use the...

    reference.aspose.com/words/net/aspose.words.tab...
  2. Getting Headers or Footers with C++|Documentation

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the C++ API or Library....Cells for C++ With Worksheet.PageSetup...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/get-headers-or-footers/
  3. 用 C++ 改变批注的文本方向|Documentation

    学习如何使用 Aspose.Cells for C++ 更改 Excel 中批注的文本方向。...Cells提供了API来完成这项任务。 Aspose.Cells 提供了 Shape.GetTextDirection()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/zh/cpp/change-text-direct...
  4. Extend and Contribute to CRM Update Import Tool...

    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 [ 0 , i ++]. Value = attrib ; int Row = 1 , cell = 0...record in Result . Entities ) { cell = 0 ; foreach ( string attribute...

    docs.aspose.com/cells/net/extend-and-contribute...
  5. 用 C++ 指定Excel文件的文档版本,通过内置文档属性|Documentation

    学习如何使用 Aspose.Cells for C++ 通过内置文档属性指定Excel文件的版本。...Cells API 以编程方式更改。 使用内置文档属性指定Excel文件的文档版本...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/zh/cpp/specify-document-v...
  6. 使用Aspose.Cells用C++创建共享工作簿|Documentation

    学习如何使用Aspose.Cells和C++创建共享工作簿。...Cells用C++创建共享工作簿 Contents [ Hide ] 可能的使用场景 Microsoft...簿时,多个用户可以在网络上编辑此工作簿。Aspose.Cells使您能够使用 Workbook.GetShared() 属性创建共享工作簿。...

    docs.aspose.com/cells/zh/cpp/create-shared-work...
  7. 使用C++导出评论并保存Excel文件为HTML|Documentation

    了解如何使用Aspose.Cells结合C++导出保存Excel文件到HTML时的评论。...Cells通过 HtmlSaveOptions.IsExportComments...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/export-comments-wh...
  8. 使用C++处理Shape或Chart的ThreeDFormat|Documentation

    学习如何用C++操控形状或图表的3D格式。...Cells提供 Shape.ThreeDFormat 属性和 ThreeDFormat...类包含多种属性,可根据应用需求设置不同效果。 使用 Aspose.Cells 处理形状或图表的三维格式 以下示例代码加载 源Excel文件...

    docs.aspose.com/cells/zh/cpp/working-with-the-t...
  9. 在xlsx4j中对数据进行排序|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....Cells - 对数据进行排序 要使用Aspose.Cells对电子表格中的数据排序,只需在...//Get the cells collection in the sheet Cells cells = worksheet...

    docs.aspose.com/cells/zh/java/sort-data-in-xlsx4j/
  10. 使用Node.js via C++复制带样式的范围数据|Documentation

    学习如何使用Aspose.Cells for Node.js via C++复制具有格式的单元格范围。...Cells 也可以完整复制带格式的范围。本文将详细说明。 Aspose.Cells 提供了一套用于操作范围的类和方法,例如...AsposeCells = require ( "aspose.cells.node" ); // The path to the...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-range-...