Sort Score
Result 10 results
Languages All
Labels All
Results 2,071 - 2,080 of 241,491 for

cells

(0.18 sec)
  1. Cannot append text to tables in a Building Bloc...

    An System.InvalidOperationException is thrown when attempting to save a document after inserting text to the Cells of a table that is part of a BuildingBlock within a GlossaryDocument. The exception message is: 'This ope…...after inserting text to the cells of a table that is part of a...headerCell2 = new Cell(glossaryDoc); newTable.FirstRow.Cells.Add(headerCell2);...

    forum.aspose.com/t/cannot-append-text-to-tables...
  2. 使用 C++ 自定义图表|Documentation

    了解如何在Aspose.Cells for C++中自定义图表。我们的指南将演示如何修改图表布局、添加和格式化数据系列、调整轴线,以及应用各种格式选项,提升图表的外观和可用性。...Cells API также支持创建自定义图表,允许开发人员自己设置格式。...开发人员可以使用Aspose.Cells在运行时创建自定义图表。 图表由数据系列组成。在Aspose.Cells中,每个数据系列由 Series...

    docs.aspose.com/cells/zh/cpp/customizing-charts/
  3. Table.cell_spacing property | Aspose.Words for ...

    Table.cell_spacing property. Gets or sets the amount of space (in points) between the Cells....cell_spacing property Table.cell_spacing property Gets or sets...points) between the cells. @property def cell_spacing ( self ) ->...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 通过 C++ 使用 JavaScript 自动调整合并单元格行高|Documentation

    了解如何使用 Aspose.Cells for JavaScript 通过 C++ 为合并单元格自动调整行高。在电子表格中实现自动调整合并单元格的功能。...Cells for JavaScript 通过 C++ 支持此功能,借助...> < head > < title > Aspose.Cells Example </ title > </ head >...

    docs.aspose.com/cells/zh/javascript-cpp/autofit...
  5. Encrypting Excel Files with C++|Documentation

    Learn how to encrypt and password protect Excel files using Aspose.Cells with C++....Cells allows you to encrypt and password‑protect...password. Encryption with Aspose.Cells The following example shows...

    docs.aspose.com/cells/cpp/encrypting-excel-files/
  6. Converting Worksheet To SVG in Jython|Documenta...

    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 - Converting Worksheet To SVG...convert worksheets using Aspose.Cells Java for Jython , see the example...

    docs.aspose.com/cells/java/converting-worksheet...
  7. Access and Update the Portions of Rich Text of ...

    Learn how to Access and Update the Portions of Rich Text of Cell through the Aspose.Cells for JavaScript via C++ API....Rich Text of Cell Contents [ Hide ] Aspose.Cells for JavaScript...text of a cell. For this purpose, you can use Cell.characters...

    docs.aspose.com/cells/javascript-cpp/access-and...
  8. ❗ “Add Row” and “Add Column” Actions Insert in ...

    :lady_beetle: Issue Description In our implementation using Aspose.Cells GridJS, the “Add Row” and “Add Column” toolbar buttons are not behaving as expected: The “Add Row” button always inserts the new row above the cu…...in Aspose GridJS & Unfreeze Cell Not Reflected in Saved Copy...Merge in Aspose GridJS Aspose.Cells Product Family gridjs peter...

    forum.aspose.com/t/add-row-and-add-column-actio...
  9. Working with Colors in Apache POI and Aspose.Ce...

    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 Contents [ Hide ] Aspose.Cells - Working with...with Colors Aspose.Cells provides a class, Workbook , that represents...

    docs.aspose.com/cells/java/working-with-colors-...
  10. 用 C++ 测量单元格值的宽度和高度(以像素为单位)|Documentation

    学习如何通过Aspose.Cells for C++ API测量单元格值的宽度和高度(像素单位)。...Cells 为此目的提供了 Cell.GetWidthOfValue() 和 Cell.GetHeightOfValue()...另外,你还可以使用Aspose.Cells API 自动调整行高和列宽 。 以下代码解释了 Cell.GetWidthOfValue()...

    docs.aspose.com/cells/zh/cpp/calculate-the-widt...