Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 241,709 for

cells

(0.34 sec)
  1. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint and OpenDocument with Aspose.Slides for Python via .NET and speed up presentation editing and data updates.... The duplicate preserves cell content, formatting, and sizes... text_frame . text = "Row 1 Cell 1" # Add text to row 2, column...

    docs.aspose.com/slides/python-net/manage-rows-a...
  2. 用C++显示和隐藏行、列和滚动条|Documentation

    本文演示了如何使用C++语言和Aspose.Cells API以编程方式显示和隐藏Excel工作表的行和列。可以调整滚动条的可见性,并隐藏多行和多列。...Cells 提供了控制工作表行、列和滚动条显示状态的方法。 显示和隐藏行和列 Aspose.Cells 提供了一个类...Worksheet 类提供一个 Cells 集合,表示工作表中的所有单元格。 Cells 集合提供多种管理工作表中行或列的方法,这里简要介绍几种。...

    docs.aspose.com/cells/zh/cpp/show-and-hide-rows...
  3. 获取单元格范围|Documentation

    了解如何通过Aspose.Cells for Java脚本通过C++ API获取单元格范围。...Cells for Java脚本通过C++提供了此功能。Aspose.Cells for Java脚...,帮助您实现目标。 Cells.maxDisplayRange Cells.maxRow Cells.maxDataRow...

    docs.aspose.com/cells/zh/javascript-cpp/get-cel...
  4. Add WordArt Watermark to Chart in Aspose.Cells|...

    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 ] You can use...the first worksheet. Aspose . Cells . Charts . Chart chart = workbook...

    docs.aspose.com/cells/net/add-wordart-watermark...
  5. Working Solution for Worksheet Resizing|Aspose....

    Fix Excel worksheet OLE resizing in presentations: two ways to keep object frames consistent—scale the frame or the sheet—across the PPT and PPTX formats.... Cells . Workbook ( "sample.xlsx" );...var cellRange = worksheet . Cells . CreateRange ( startRow , startColumn...

    docs.aspose.com/slides/net/working-solution-for...
  6. Using Cells.ImportData to import and format emp...

    I have a requirement to quickly load a DataTable into an Excel sheet, where Cells should automatically format to correspond to the DataTable’s column types. This is particularly important for DateTime columns. This work…...Using Cells.ImportData to import and format empty DateTime columns...columns Aspose.Cells Product Family cells-net gunman69 November...

    forum.aspose.com/t/using-cells-importdata-to-im...
  7. Using GlobalizationSettings Class for Custom Su...

    Learn how to use the GlobalizationSettings class in Aspose.Cells for C++ to customize subtotal labels and modify the “Other” label in pie charts....Cells APIs have exposed the GlobalizationSetting...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; class CustomSettings...

    docs.aspose.com/cells/cpp/using-globalizationse...
  8. 用C++设置字体|Documentation

    Aspose.Cells是一个用于处理电子表格文件的C++库。它支持设置单元格的字体,允许用户自定义单元格的字体样式和属性。本文将介绍如何使用Aspose.Cells库设置单元格字体。...Cells也支持配置单元格的字体设置。 配置字体设置 Aspose.Cells提供了一个类, Workbook...GetCells() 集合中的每个项代表了 Cell 类的对象。 Aspose.Cells提供了 Cell 类的 GetStyle 和 SetStyle...

    docs.aspose.com/cells/zh/cpp/cells-font-settings/
  9. Converting Chart to Image in PHP|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....Cells - Converting Chart to Image...chart to an image using Aspose.Cells for Java in PHP, simply invoke...

    docs.aspose.com/cells/java/converting-chart-to-...
  10. 使用抽象计算引擎与C++返回值范围|Documentation

    本文介绍如何使用Aspose.Cells库与C++在Microsoft Excel中返回值范围的抽象计算引擎。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法获取值范围并返回结果。最后,我们将修改后的Excel文件保存到磁盘。...Cells提供 AbstractCalculationE 类,用于实现Microsoft...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; class CustomFunctionStatic...

    docs.aspose.com/cells/zh/cpp/returning-a-range-...