Sort Score
Result 10 results
Languages All
Labels All
Results 1,741 - 1,750 of 244,092 for

cells

(0.18 sec)
  1. 使用 JavaScript 通过 C++ 管理范围|Documentation

    学习如何用 C++ 版的 Script 管理 Excel 中的范围。创建范围,设置值、样式,执行各种操作。...Cells for JavaScript通过C++轻松将所选的矩形区域创建为对象。...使用Aspose.Cells for JavaScript via C++ 管理范围 Aspose.Cells提供了一个代表Microsoft...

    docs.aspose.com/cells/zh/javascript-cpp/managin...
  2. 使用 C++ 处理 ODS 文件中的背景|Documentation

    学习如何使用 Aspose.Cells 和 C++ 管理 ODS 文件中的彩色和图形背景。...Cells提供了读取后台信息并在ODS文件中添加背景的能力。 从ODS文件读取背景信息...从ODS文件读取背景信息 Aspose.Cells 提供 OdsPageBackground 类来管理 ODS 文件中的背景。以下示例演示了通过加载...

    docs.aspose.com/cells/zh/cpp/working-with-backg...
  3. How to Set Print Area|Documentation

    This article shows code explaining how to set the print area using the Aspose.Cells library....Select the Cells: Click and drag to select the range of cells you want...Area: If you want to add more cells to the existing print area,...

    docs.aspose.com/cells/net/how-to-set-print-area/
  4. Show and Hide Gridlines and Row Column Headers|...

    This article provides sample code for using the C# API or .NET Library to programmatically hide or show gridlines, row and column headers of an Excel worksheet....Cells supports hiding and showing...default. They help delineate cells so that it is easy to enter...

    docs.aspose.com/cells/net/show-and-hide-gridlin...
  5. About HtmlSaveOptions.setExcludeUnusedStyles(tr...

    When using Aspose.Cells 20.12 to convert Excel to HTML, if excludeUnusedStyles is set to true, the content of Cells D3 and E3 might all turn black. Upon checking the browser console, it was found that the CSS style corr…...Cells Product Family cells-java xuerui December...11:10am 1 When using Aspose.Cells 20.12 to convert Excel to HTML...

    forum.aspose.com/t/about-htmlsaveoptions-setexc...
  6. Grouping and Ungrouping Rows and Columns|Docume...

    This article shows how to Group and Ungroup Rows and Columns by the Aspose.Cells for Python via .NET API....Cells for Python via .NET provides...provides a Cells collection that represents all cells in the worksheet...

    docs.aspose.com/cells/python-net/grouping-and-u...
  7. Add Digital Signature to an already signed Exce...

    Learn how to add digital signatures to signed Excel files using Aspose.Cells for C++. Maintain document integrity with multiple signatures....Cells provides the Workbook::AddD...document was generated by Aspose.Cells, it works properly. However...

    docs.aspose.com/cells/cpp/add-digital-signature...
  8. Render One PDF Page Per Excel Worksheet - Excel...

    Convert Excel worksheets into PDF format with one page for each worksheet using Aspose.Cells with C++....Cells for C++. Please see the following...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/render-one-pdf-page-p...
  9. 用 C++ 管理 Excel 图表的标题|Documentation

    学习如何使用 Aspose.Cells for C++ 在 Microsoft Excel 中添加和格式化图表及轴标题。我们的指南将演示如何设置不同类型的标题,调整其外观,并修改轴标题以更好地展示数据和提高清晰度。...Cells 还支持在运行时管理图表标题。使用 Title 对象,您可以更改标题的文本、字体和填充格式。...Microsoft Excel 设置图表及其轴的标题。Aspose.Cells 还允许开发者在运行时设置图表及其轴的标题。所有图表及其轴都包含一个...

    docs.aspose.com/cells/zh/cpp/chart-and-axis-tit...
  10. 获取图表趋势线的方程文本(C++版)|Documentation

    学习如何使用 Aspose.Cells for C++ 获取 Microsoft Excel 中创建的图表趋势线的方程文本。我们的指南将演示如何访问和提取趋势线的方程以进行后续分析或显示。...Cells检索图表趋势线的方程文本。Aspose.Cells提供了 Trendline.GetText()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/zh/cpp/get-equation-text-...