Sort Score
Result 10 results
Languages All
Labels All
Results 3,381 - 3,390 of 244,725 for

cells

(0.17 sec)
  1. Implement Errors and Boolean Value in Russian o...

    Learn how to implement errors and boolean values in Russian or any other language using Aspose.Cells with C++....Cells by using the Workbook.GetGlobalizationSett()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; class RussianGlobalization...

    docs.aspose.com/cells/cpp/implement-errors-and-...
  2. Smart Markers feature|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 know what information to place...markers are written into the cells where you want the information...

    docs.aspose.com/cells/net/smart-markers-feature/
  3. 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...
  4. Remove Pivot Connection with C++|Documentation

    Learn how to remove a pivot connection with the Aspose.Cells library using C++....Cells API, please use the Slicer....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/remove-pivot-connection/
  5. Change Data Source of the Chart to Destination ...

    Learn how to change the data source of a chart to a destination worksheet while copying rows or a range in Aspose.Cells for C++. Our guide will show you how to update the chart's data range and link it to the destination worksheet, ensuring that the copied rows or range are accurately reflected in the chart....it to true while calling the Cells.CopyRows() method. Now if your...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/change-data-source-of...
  6. TableCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.TableCollection class for easy, typed access to Table nodes, enhancing document processing efficiency and flexibility....tables [ i ]; // Find out if any cells in the table have other tables...tables directly within its cells" , i , count ); // Find out...

    reference.aspose.com/words/net/aspose.words.tab...
  7. Change Text Direction of the Comment|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....allows users to add comments to cells to provide additional information...and text direction. Aspose.Cells for Python via .NET provides...

    docs.aspose.com/cells/python-net/change-text-di...
  8. Find if Data Points are in the Second Pie or Ba...

    Learn how to use Aspose.Cells for C++ to find if data points are in the second pie or bar on a pie of pie or bar of pie chart. Our guide will demonstrate how to identify and access the secondary pie or bar on a composite chart, allowing you to analyze and manipulate the data effectively....Cells. Please use the ChartPoint.IsInSecondaryPlot...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/cpp/find-if-data-points-a...
  9. 用C++实现扩展Aspose.Cells默认计算引擎的自定义计算引擎|Documentation

    本文介绍如何使用C++加载一个现有的Excel文件或创建一个新文件,通过Aspose.Cells提供的方法实现自定义计算引擎并获得结果。最后,我们将修改后的Excel文件保存到磁盘。...Cells默认计算引擎的自定义计算引擎 Contents [ Hide ] 实现自定义计算引擎...实现自定义计算引擎 Aspose.Cells具有强大的计算引擎,可以计算几乎所有的Microsoft Excel公式。尽管如此,它还允...

    docs.aspose.com/cells/zh/cpp/implement-custom-c...
  10. ConditionalStyleCollection.Item | Aspose.Words ...

    Discover the ConditionalStyleCollection Item property to easily access ConditionalStyle objects by type, enhancing your styling capabilities effortlessly.... Write ( "Cell 1" ); builder . InsertCell ();...(); builder . Write ( "Cell 2" ); builder . EndRow (); builder...

    reference.aspose.com/words/net/aspose.words/con...