Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 244,659 for

cells

(0.34 sec)
  1. How to Insert a Table in a Slide using Java

    This article guides on how to insert a table in a slide using Java. It provides all the details to establish the environment and a runnable sample code to make table in PowerPoint using Java....Cells Product Family Aspose.Email...providing the text position, and cells’ height and width Iterate through...

    kb.aspose.com/slides/java/how-to-insert-a-table...
  2. 在 C++ 中为图表系列中的数据点添加自定义标签|Documentation

    学习如何使用 Aspose.Cells for C++ 为图表系列中的数据点添加自定义标签。我们的指南将向您展示如何修改标签的外观、位置和格式,以及如何将它们链接到数据源以实现准确的数据展示。...Cells 提供 DataLabel::getText() 方法来...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/adding-custom-labe...
  3. 用C++添加自定义XML部分并按ID选择|Documentation

    了解如何用Aspose.Cells和C++在Excel文件中添加和选定自定义XML部分。...Cells。使用 Workbook.CustomXmlParts.Add()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/zh/cpp/add-custom-xml-par...
  4. Aspose::Words::Tables::CellFormat::get_Shading ...

    Aspose::Words::Tables::CellFormat::get_Shading method. Returns a Shading object that refers to the shading formatting for the cell in C++....the shading formatting for the cell. System :: SharedPtr < Aspose...apply them to every row and cell that we add with it. builder...

    reference.aspose.com/words/cpp/aspose.words.tab...
  5. Customize Globalization Settings for Pivot Tabl...

    Learn how to customize pivot table globalization settings using Aspose.Cells for C++....Cells for C++ allows you to customize...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; class CustomPivotTableGlob...

    docs.aspose.com/cells/cpp/customize-globalizati...
  6. Get Icon Sets, Data Bars or Color Scales Object...

    Aspose.Cells for C++ is a library for working with spreadsheet files. It supports the use of icon sets, data bars, and color scale objects in conditional formatting to display data from spreadsheets. This article describes how to use the Aspose.Cells library to retrieve data for these objects....conditional formatting of a cell or a range of cells and you want to create...conditional formatting. Aspose.Cells for C++ supports this feature...

    docs.aspose.com/cells/go-cpp/get-icon-sets-data...
  7. 通过JavaScript在C++中为命名范围设置公式|Documentation

    学习如何使用C++的JavaScript为电子表格中的命名范围设置公式。...Cells API提供在使用其 Range.refersTo 属性...> < head > < title > Aspose.Cells Example </ title > </ head >...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  8. Row.Hidden | Aspose.Words for .NET

    Row Hidden property documentation. Control table row visibility in Word documents programmatically with boolean hide/show settings....True ); foreach ( Cell cell in row . Cells ) { foreach ( Paragraph...Paragraph para in cell . Paragraphs ) { foreach ( Run run in para...

    reference.aspose.com/words/net/aspose.words.tab...
  9. Spreadsheet Editor - Working with Sheets|Docume...

    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 . CellsException cx ) { msg...(); } catch ( com . aspose . cells . CellsException cx ) { msg...

    docs.aspose.com/cells/java/spreadsheet-editor-w...
  10. Search Data using Original Values|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.... For example, suppose cell D4 has the formula =SUM(A1:A2)...you can find it using Aspose.Cells with LookInType.ORIGINAL_VALUES...

    docs.aspose.com/cells/java/search-data-using-or...