Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 21,309 for

worksheet

(0.04 sec)
  1. Adding Cell Controls in Worksheets|Documentation

    This article introduces how to add control in Worksheet in GridDesktop....Adding Cell Controls in Worksheets Contents [ Hide ] Cell controls...controls that can be added to worksheets. We call them Cell Controls...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  2. Reorder Worksheets|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....Reorder Worksheets Contents [ Hide ] Aspose.Cells - Reorder Worksheets...Worksheets C# //Create a new Workbook. Workbook workbook = new...

    docs.aspose.com/cells/net/reorder-worksheets/
  3. Calculate the sum of a range of cells|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....== 0 ) { // The specified worksheet does not exist. return ; }...Id ); Worksheet worksheet = worksheetPart . Worksheet ; // Get...

    docs.aspose.com/cells/net/calculate-the-sum-of-...
  4. Load Specific Worksheets in a Workbook with C++...

    Learn how to load specific Worksheets in a workbook using Aspose.Cells with C++ to improve performance and reduce memory usage....Load Specific Worksheets in a Workbook with C++ Contents [ Hide...workbook made up of many worksheets. #include <iostream> #include...

    docs.aspose.com/cells/cpp/load-specific-workshe...
  5. Managing Page Breaks|Documentation

    This article provides sample code and explains how to add page breaks, clear page breaks, or delete specific page breaks in Excel Worksheets programmatically using the C# API or .NET Library....into any selected cell of a worksheet. The location of the cell... page breaks divide your worksheet into multiple pages according...

    docs.aspose.com/cells/net/managing-page-breaks/
  6. 用C++设置边距|Documentation

    学习如何使用C++设置Excel工作表的边距。本指南涵盖了设置页面边距、居中内容以及以编程方式配置页眉和页脚边距的方法,使用Aspose.Cells for C++。...Workbook 类包含 Worksheets 集合,可以访问Excel文件中的每个工作表。一个工作表由 Worksheet 类表示。 Worksheet...Worksheet 类提供用于设置工作表页面设置选项的 PageSetup 属性。 PageSetup 属性是 PageSetup...

    docs.aspose.com/cells/zh/cpp/setting-margins/
  7. Add and Retrieve Data|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....] In Accessing Cells of a Worksheet , we discussed basic approaches...for accessing cells in a worksheet. This article uses one of...

    docs.aspose.com/cells/cpp/add-and-retrieve-data/
  8. Creating Subtotals|Documentation

    Learn how to create subtotals for any repeating values in a spreadsheet by using the Aspose.Cells for Node.js via C++ API....simple data list in the first worksheet of the workbook (as shown...Workbook class contains a Worksheets collection that allows access...

    docs.aspose.com/cells/nodejs-cpp/creating-subto...
  9. 用 C++ 管理 Excel 图表的标题|Documentation

    学习如何使用 Aspose.Cells for C++ 在 Microsoft Excel 中添加和格式化图表及轴标题。我们的指南将演示如何设置不同类型的标题,调整其外观,并修改轴标题以更好地展示数据和提高清晰度。...workbook ; // Adding a new worksheet to the Workbook object int...newly added worksheet by passing its sheet index Worksheet worksheet...

    docs.aspose.com/cells/zh/cpp/chart-and-axis-tit...
  10. 使用C++移除Excel文件中工作表的现有PrinterSettings|Documentation

    学习如何通过Aspose.Cells的Page Setup对象,使用C++以编程方式移除Excel文件中工作表的现有PrinterSettings。...i < sheetCount ; i ++ ) { Worksheet ws = wb . GetWorksheets ()..."PrinterSettings of this worksheet exist." << std :: endl ; std...

    docs.aspose.com/cells/zh/cpp/remove-existing-pr...