Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 21,314 for

worksheet

(0.05 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. 用C++显示和隐藏行、列和滚动条|Documentation

    本文演示了如何使用C++语言和Aspose.Cells API以编程方式显示和隐藏Excel工作表的行和列。可以调整滚动条的可见性,并隐藏多行和多列。...类包含一个 Worksheets 集合,允许开发者访问Excel文件中的每个工作表。工作表由 Worksheet 类表示。...类表示。 Worksheet 类提供一个 Cells 集合,表示工作表中的所有单元格。 Cells 集合提供多种管理工作表中行或列的方法,这里简要介绍几种。...

    docs.aspose.com/cells/zh/cpp/show-and-hide-rows...
  3. 在 PHP 中插入和删除行和列|Documentation

    通过 Aspose.Cells for PHP via Java API 学习如何通过 API 插入和删除行和列。...Accessing the first worksheet in the Excel file $worksheet = $workbook...row into the worksheet at 3rd position $worksheet -> getCells...

    docs.aspose.com/cells/zh/java/inserting-and-del...
  4. 用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...
  5. 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/
  6. Custom Slice or Sector Colors in Pie Chart with...

    Learn how to use Aspose.Cells for 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 Worksheet worksheet = workbook . GetWorksheets...values used in a pie chart worksheet . GetCells (). Get ( u "C3"...

    docs.aspose.com/cells/cpp/custom-slice-or-secto...
  7. Detecting Empty Worksheets with C++|Documentation

    This article shows you code explaining how to detect empty Worksheets of Excel workbooks programmatically using C++ API with Aspose.Cells library....Detecting Empty Worksheets with C++ Contents [ Hide ] Check for...for Populated Cells Worksheets can have one or more cells populated...

    docs.aspose.com/cells/cpp/detecting-empty-works...
  8. Remove Worksheets|Documentation

    This article introduces how to remove Worksheet (GridWorksheet) in GridWeb....Remove Worksheets Contents [ Hide ] This topic provides information...information about how to remove worksheets from Microsoft Excel files...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  9. 用C++显示和隐藏网格线及行列标题|Documentation

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

    docs.aspose.com/cells/zh/cpp/show-and-hide-grid...
  10. Chart to PDF with C++|Documentation

    Learn how to use Aspose.Cells for C++ to convert a chart to a PDF document. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a PDF for further distribution and archiving....Workbook workbook ; // Add a new worksheet to the workbook int sheetIndex...reference of the newly added worksheet by passing its index to WorksheetCollection...

    docs.aspose.com/cells/cpp/chart-to-pdf/