Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 244,160 for

cells

(0.19 sec)
  1. Adding New Worksheets to Workbook and Activatin...

    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.... The new cells will be filled with data at...tasks using VSTO and Aspose.Cells for .NET . Adding Worksheets...

    docs.aspose.com/cells/net/adding-new-worksheets...
  2. 使用 Aspose.Cells 与 C++ 添加 ActiveX 控件|Documentation

    学习如何使用 Aspose.Cells for C++ 编程方式向 Excel 工作表添加 ActiveX 控件。...Cells 与 C++ 添加 ActiveX 控件 Contents [ Hide ] 您可以使用 ...tiveXControl() 方法通过 Aspose.Cells 添加 ActiveX 控件。此方法接受一个参数 ControlType...

    docs.aspose.com/cells/zh/cpp/add-activex-contro...
  3. Reading and Writing Query Tables of a Worksheet...

    Learn how to read and write query tables in Excel worksheets using Aspose.Cells with C++....Cells provides the Worksheet.QueryTables...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/reading-and-writing-q...
  4. Find if the Worksheet is Dialog Sheet with C++|...

    Dialog Sheet is an older sheet format. This article provides instructions and sample code for determining programmatically whether an Excel worksheet is a Dialog Sheet using the C++ API....Cells. If it returns the enumeration...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/find-if-the-worksheet...
  5. 使用C++检测超链接类型|Documentation

    通过Aspose.Cells for C++ API学习如何检测超链接类型。...Cells支持检测超链接类型的功能。超链接的类型由 TargetModeType...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/detect-hyperlink-t...
  6. Applying Subtotal and Changing Direction of Out...

    Learn how to apply subtotal and change direction of outline summary Rows below Detail by using the Aspose.Cells for C++ API....Cells.Subtotal() method. It takes...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/applying-subtotal-and...
  7. Aspose::Words::Tables::Table::get_Rows method |...

    Aspose::Words::Tables::Table::get_Rows method. Provides typed access to the rows of the table in C++....and print the contents of each cell. auto doc = System :: MakeObject...CellCollection > cells = rows -> idx_get ( j ) -> get_Cells (); // We...

    reference.aspose.com/words/cpp/aspose.words.tab...
  8. Set External Links in Formulas with Node.js via...

    Learn how to set external links in formulas using Aspose.Cells for Node.js via C++....evaluate a cell or range value against them. Aspose.Cells for Node...AsposeCells = require ( "aspose.cells.node" ); // The path to the...

    docs.aspose.com/cells/nodejs-cpp/set-external-l...
  9. 操作位置、大小和设计图表的方法(C++)|Documentation

    学习如何使用Aspose.Cells for C++高效操作Microsoft Excel中的位置、大小和设计图表。我们的指南将演示如何调整这些属性以改善布局和可视化效果。...Cells提供了 Chart.GetChartObject() 属...图表的现有工作簿的第一个工作表。然后使用Aspose.Cells重新调整和重新定位图表。 #include <iostream>...

    docs.aspose.com/cells/zh/cpp/manipulate-positio...
  10. How to set category axis with JavaScript via C+...

    Learn how to set the category axis in Aspose.Cells for JavaScript via C++. Our guide will help you understand how to define the category axis range, adjust its properties, and format its labels....Cells for JavaScript via C++ with...worksheet. Add some values to cells in the first worksheet. Now...

    docs.aspose.com/cells/javascript-cpp/how-to-set...