Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 18,787 for

worksheet

(0.07 sec)
  1. Manipulate Position Size and Designer Chart wit...

    Learn how to use Aspose.Cells for Node.js via C++ to effectively manipulate the position, size, and designer chart in Microsoft Excel. Our guide will demonstrate how to adjust these properties for improved layout and visualization....existing chart inside the worksheet. Aspose.Cells provides the...contains a chart in its first worksheet. Then it re-sizes and re-positions...

    docs.aspose.com/cells/nodejs-cpp/manipulate-pos...
  2. Custom Slice or Sector Colors in Pie Chart with...

    Learn how to use Aspose.Cells for Node.js via C++ to customize slice and sector colors in a pie chart. Our guide will demonstrate how to assign unique colors to each slice, sector, or legion for improved visual appeal and data representation....Access the first worksheet. const worksheet = workbook . getWorksheets...values used in a pie chart worksheet . getCells (). get ( "C3"...

    docs.aspose.com/cells/nodejs-cpp/custom-slice-o...
  3. Lock or unlock shapes|Documentation

    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....protect all shapes in certain worksheets to prevent them from being...all shapes in the specified worksheet. Sometimes, you need to be...

    docs.aspose.com/cells/cpp/lock-or-unlock-shapes/
  4. Manage Titles of Excel Charts with C++|Document...

    Learn how to use Aspose.Cells for C++ to add and format chart and axis titles in Microsoft Excel. Our guide will demonstrate how to set different types of titles, adjust their appearance, and modify axis titles for better data representation and clarity....workbook ; // Adding a new worksheet to the Workbook object int...newly added worksheet by passing its sheet index Worksheet worksheet...

    docs.aspose.com/cells/cpp/chart-and-axis-titles/
  5. 用C++设置字体|Documentation

    Aspose.Cells是一个用于处理电子表格文件的C++库。它支持设置单元格的字体,允许用户自定义单元格的字体样式和属性。本文将介绍如何使用Aspose.Cells库设置单元格字体。...类包含一个 Worksheets 集合,允许访问Excel文件中的每个工作表。工作表由 Worksheet 类表示。 Worksheet...Workbook workbook ; // Add a new worksheet to the workbook int i = workbook...

    docs.aspose.com/cells/zh/cpp/cells-font-settings/
  6. 主轴和副轴练习用C++|Documentation

    了解如何在Aspose.Cells for C++中理解和使用主轴和副轴。我们的指南将帮助您理解主轴和副轴的区别,以及如何有效地配置和使用它们的图表。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...sample values used in a chart worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/zh/cpp/primary-and-second...
  7. 用Node.js via C++创建和管理图表|Documentation

    学习如何使用Aspose.Cells for Node.js在Microsoft Excel中创建图表。我们的指南将展示各种图表类型以及如何自定义其外观和格式。...reference of the first worksheet const worksheet = workbook . getWorksheets...Adding sample values to cells worksheet . getCells (). get ( "A2"...

    docs.aspose.com/cells/zh/nodejs-cpp/creating-ch...
  8. 使用C++对行和列进行分组和取消分组|Documentation

    学习如何使用Aspose.Cells和C++对Excel文件中的行和列进行分组和取消分组。...工作表由 Worksheet 类表示。 Worksheet 类提供一个 Cells 集合,表示工作表中的所有单元格。...first worksheet in the Excel file Worksheet worksheet = workbook...

    docs.aspose.com/cells/zh/cpp/grouping-and-ungro...
  9. 用C++显示和隐藏网格线及行列标题|Documentation

    本文提供使用C++ API或库通过编程隐藏或显示Excel工作表的网格线、行和列标题的示例代码。...类包含一个 Worksheets 集合,允许开发者访问Excel文件中的每个工作表。工作表由 Worksheet 类表示。...类表示。 Worksheet 类提供了管理工作表的各种属性和方法。要控制网格线是否可见,使用 Worksheet 类的 IsGridlinesVisible...

    docs.aspose.com/cells/zh/cpp/show-and-hide-grid...
  10. 组装电子表格|Documentation

    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....k类包含了一个Worksheets集合,允许访问Excel文件中的每个工作表。 工作表由Worksheet类表示。Wor...创建Workbook类的对象 调用Worksheets集合的Add方法。一个空的工作表会自动添加到Excel文件中。通过向Worksheets集合传递新工作表的工作表索引来引用它。...

    docs.aspose.com/cells/zh/net/assemble-spreadshe...