Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 241,709 for

cells

(0.08 sec)
  1. Access GridCell in a Worksheet|Documentation

    This article introduces how to get cell object (GridCell) in the Worksheet in GridDesktop....to go deeper and talk about cells. So, in this topic, we would...discussion about cells with a basic feature of accessing cells. Accessing...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  2. 在PivotTable中添加计算字段(C++)|Documentation

    如何在透视表中添加计算字段 Aspose.Cells for C++。...Cells向Excel文件中添加计算字段。请查看以下示例代码。执行...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/add-calculated-fie...
  3. 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...
  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. 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...
  6. Detecting Empty Worksheets with Node.js via C++...

    This article shows you code explaining how to detect empty worksheets of Excel workbooks programmatically using the Node.js API with the C++ library....Populated Cells Worksheets can have one or more cells populated...to check is the Cells.getMaxDataRow() or Cells.getMaxDataColumn()...

    docs.aspose.com/cells/nodejs-cpp/detecting-empt...
  7. Copy Range Data with Style using JavaScript via...

    Learn how to copy a range of Cells with formatting using Aspose.Cells for JavaScript via C++....copy the data from a range of cells to another range. Specifically...styles to the copied cells. Aspose.Cells can also copy a range...

    docs.aspose.com/cells/javascript-cpp/copy-range...
  8. Managing Ranges with Node.js via C++|Documentation

    Learn how to manage ranges in Excel using Aspose.Cells for Node.js via C++. Create ranges, set values, styles, and perform various operations....Excel, you can select multiple cells with a mouse‑box selection;...selection; the set of selected cells is called a Range . For example, you...

    docs.aspose.com/cells/nodejs-cpp/managing-ranges/
  9. 使用C++将文件保存到响应对象|Documentation

    学习如何使用Aspose.Cells for C++动态保存文件并直接发送给客户端浏览器。...Cells可以操作文件。本文解释了可以将文件保存到响应对象的各种方法。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/saving-file-to-res...
  10. ConditionalStyle | Aspose.Words for Java

    Represents special formatting applied to some area of a table with assigned table style in Java....write("Cell 1"); builder.insertCell(); builder.write("Cell 2");...write("Cell 3"); builder.insertCell(); builder.write("Cell 4");...

    reference.aspose.com/words/java/com.aspose.word...