Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 246,360 for

cells

(0.15 sec)
  1. Setting Headers and Footers with C++|Documentation

    This article explains how to programmatically insert an image in the header and footer of Excel worksheets by setting the header and footer with script commands using the C++ API or Library....Cells allows you to add headers and...and development time. Aspose.Cells can import the file and preserve...

    docs.aspose.com/cells/cpp/setting-headers-and-f...
  2. 用C++管理Excel宏启用工作簿的VBA代码|Documentation

    在C++中添加VBA模块并修改VBA或宏,使用Aspose.Cells库。...Cells允许通过Aspose.Cells添加新的VBA模块和宏代码。请使用 Workbook...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/manage-vba-project/
  3. CellFormat class | Aspose.Words for Python

    aspose.words.tables.CellFormat class. Represents all formatting for a table cell...Represents all formatting for a table cell. To learn more, visit the Working...collection of borders of the cell. bottom_padding Returns or sets...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 访问和更新单元格的富文本部分|Documentation

    了解如何通过Aspose.Cells for Java脚本在C++ API中访问和更新单元格的丰富文本部分。...Cells for Java脚本通过C++允许你访问和更新单元格的丰富文本部分。为此,可以使用 Cell.characters...characters 和 Cell.characters 属性。这些属性将返回和接受 FontSetting 对象数组,用于访...

    docs.aspose.com/cells/zh/javascript-cpp/access-...
  5. Set DefaultFont property of PdfSaveOptions and ...

    Learn to prioritize font settings when saving documents with Aspose.Cells in C++....Cells will first try to set the Workbook’s...text properly, then Aspose.Cells will try to render with the...

    docs.aspose.com/cells/cpp/set-defaultfont-prope...
  6. Save ODS File in ODF 1.1, 1.2 and 1.3 Specifica...

    Convert Excel to ODF 1.1, 1.2 and 1.3 Specifications with Aspose.Cells using C++....Cells supports saving an ODS file...1.3 specifications. Aspose.Cells has OdsSaveOptions.GetOdfStrictVersion()...

    docs.aspose.com/cells/cpp/save-ods-file-in-odf-...
  7. RowFormat Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.RowFormat class for comprehensive table row formatting. Enhance your document design with powerful, flexible features....Gets the collection of default cell borders for the row. HeadingFormat...modify the format of rows and cells in a table. Document doc = new...

    reference.aspose.com/words/net/aspose.words.tab...
  8. 使用JavaScript通过C++在复制行或范围时将图表的数据源更改为目标工作表|Docume...

    学习如何在复制行或范围时,将图表的数据源更改为目标工作表,使用Aspose.Cells for Java脚本通过C++。本指南演示如何更新图表的数据范围并将其链接到目标工作表。...但如果你希望它指向新的目标工作表,请在调用 Cells.copyRows(Cells, number, number, number)...> < head > < title > Aspose.Cells Example - Copy Worksheet with...

    docs.aspose.com/cells/zh/javascript-cpp/change-...
  9. 使用 C++ 检测工作表是否受密码保护|Documentation

    了解如何使用 Aspose.Cells for C++ 检测工作表是否受密码保护。...Cells API 提供检测特定工作表是否受密码保护的方法。本文演示如何使用 Aspose.Cells for C++...C++ API 实现此功能。 Aspose.Cells for C++ 已暴露 Protection.IsProtectedWithPassw...

    docs.aspose.com/cells/zh/cpp/detect-if-workshee...
  10. 能否获取到增量获取变化的单元格数据 - Free Support Forum - aspose...

    您好, 如何增量获取变化的单元格数据 场景:java处理有公式的excel,假设我只修改了一个单元格,能否获取到这个修改的单元格对应的行? 然后java保存入库....Cells Product Family words-java feng...客户端可以监听cells-updated事件 xs.on('cells-updated', (name, cells) => {...

    forum.aspose.com/t/topic/312881