Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 244,696 for

cells

(0.19 sec)
  1. 访问和更新单元格的富文本部分|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-...
  2. 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...
  3. 使用C++移除工作簿中的未使用样式|Documentation

    使用Aspose.Cells和C++在Excel工作簿中移除未使用的样式。...Cells提供了 Workbook.RemoveUnusedStyles()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/remove-unused-styl...
  4. Rich Text Custom Data Label of Chart Point with...

    Learn how to add rich text custom data labels to chart points in Aspose.Cells for C++. Our guide will show you how to format the labels with different fonts, colors, and alignment options to enhance the appearance and readability of your charts....Cells to create a rich‑text custom...label for a chart point. Aspose.Cells provides the DataLabels.Characters()...

    docs.aspose.com/cells/cpp/rich-text-custom-data...
  5. 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...
  6. 使用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-...
  7. Find out if VBA Project is Protected with C++|D...

    Check if the VBA project of an Excel file is protected using Aspose.Cells with C++....Cells via the VbaProject.IsProtected...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/find-out-if-vba-proje...
  8. 在将Excel渲染为PDF时绘制切片器,使用C++|Documentation

    使用Aspose.Cells和C++导出带切片器设置的Excel为PDF。...Cells现已支持此功能。只需将含切片器的Excel文件导出为PD...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/draw-slicer-while-...
  9. Render Sequence of Pages using PageIndex and Pa...

    Render a sequence of pages from an Excel file to images using Aspense.Cells with C++....Cells with ImageOrPrintOptions.GetPageIndex()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/cpp/render-sequence-of-pa...
  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