Sort Score
Result 10 results
Languages All
Labels All
Results 1,701 - 1,710 of 236,025 for

cells

(0.13 sec)
  1. Bookmark.is_column property | Aspose.Words for ...

    Bookmark.is_column property. Returns ``True`` if this bookmark is a table column bookmark.... cells . count : # Print the contents...the bookmark. print ( row . cells [ bookmark . first_column ]...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 指定在输出 PDF 和图片中如何交叉字符串,由 C++ 实现|Documentation

    学习如何使用 Aspose.Cells for C++ 控制 PDF 和图片输出中的文本溢出。...Cells.h" using namespace Aspose :: Cells ; using namespace...Aspose :: Cells :: Rendering ; int main () { Aspose :: Cells :: Startup...

    docs.aspose.com/cells/zh/cpp/specify-how-to-cro...
  3. 用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-...
  4. 检测工作表中的合并单元格|Documentation

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

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

    docs.aspose.com/cells/cpp/load-specific-workshe...
  6. 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...
  7. [Apose.Cells C++] SaveAs in XLS format crashes ...

    Hello, Using Aspose.Cells for C++ 24.2.0 A pointer exception occurs when saving an Excel file to XLS format (Aspose::Cells::SaveFormat::Excel97To2003) when the Excel file contains Defined Names with an invalid expressi…...Cells C++] SaveAs in XLS format crashes when Excel file..."Defined Names" Aspose.Cells Product Family cells-c chabodfmoodys January...

    forum.aspose.com/t/apose-cells-c-saveas-in-xls-...
  8. Save Pivot Table in ODS File with C++|Documenta...

    Learn how to save pivot tables in ODS files using Aspose.Cells for C++....Cells provides the ability to save...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/save-pivot-table-in-o...
  9. Rotate Text with Shape inside the Worksheet wit...

    Learn how to control text rotation with shapes in Excel worksheets using Aspose.Cells for C++....Cells.h" using namespace Aspose :: Cells ; using namespace...Aspose :: Cells :: Drawing ; using namespace Aspose :: Cells :: Drawing...

    docs.aspose.com/cells/cpp/rotate-text-with-shap...
  10. Secure PDF Documents with C++|Documentation

    Learn how to secure PDF documents with owner and user passwords using Aspose.Cells with C++....Cells provides PdfSecurityOptions...Aspose.Cells. #include <iostream> #include "Aspose.Cells.h" using...

    docs.aspose.com/cells/cpp/secure-pdf-documents/