Sort Score
Result 10 results
Languages All
Labels All
Results 2,241 - 2,250 of 242,231 for

cells

(0.68 sec)
  1. Set External Links in Formulas with C++|Documen...

    Learn how to include links to external files in formulas using Aspose.Cells with C++....evaluate a cell or range value against them. Aspose.Cells provides...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/set-external-links-in...
  2. Aspose::Words::ConditionalStyle class | Aspose....

    Aspose::Words::ConditionalStyle class. Represents special formatting applied to some area of a table with assigned table style. To learn more, visit the documentation article in C++....Gets the collection of default cell borders for the conditional...below the contents of table cells. get_Font () Gets the character...

    reference.aspose.com/words/cpp/aspose.words/con...
  3. Inserting and Deleting Rows and Columns in Ruby...

    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 - Managing Rows/Columns Inserting...the insertRows method of the Cells collection. The insertRows method...

    docs.aspose.com/cells/java/inserting-and-deleti...
  4. Using FormulaText Function in Aspose.Cells with...

    This article introduces how to use the FormulaText function in the Aspose.Cells library to process formulas in Microsoft Excel. By loading an existing Excel file or creating a new Excel file, we can use the method provided by Aspose.Cells to get and set the formula text of a cell and retrieve the result. Finally, we save the modified Excel file to disk....Cells with C++ Contents [ Hide ] FormulaText...formula that is present in a given cell. This article will show you...

    docs.aspose.com/cells/cpp/using-formulatext-fun...
  5. 用C++设置工作表标签颜色|Documentation

    本文演示使用C++ API或库编程设置Excel工作表标签颜色的示例代码。...Cells允许您更改单个工作表标签的颜色,使其与其他工作表区分开。...。 使用Aspose.Cells设置工作表选项卡颜色 以下示例代码显示如何使用Aspose.Cells来设置选项卡颜色。 #include...

    docs.aspose.com/cells/zh/cpp/set-worksheet-tab-...
  6. How to Add Time Periods Conditional Formatting|...

    How to use the Aspose.Cells for Python via .NET library to apply Time Periods conditional formatting. By adjusting these criteria, you have more control over how Cells look and appear....Formatting: Select the range of date cells you want to format. Example:...group. Hover over Highlight Cells Rules . Click on A Date Occurring…...

    docs.aspose.com/cells/python-net/how-to-add-tim...
  7. 从文档中导入/导出数据|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导入数据 当您使用 Aspose.Cells 打开Excel文件时,文件中的所有数据都会自动导入,但Aspose...打开Excel文件时,文件中的所有数据都会自动导入,但Aspose.Cells还支持从不同数据源导入数据。下面列出了其中的一些数据源: Array ArrayList...

    docs.aspose.com/cells/zh/net/import-export-data...
  8. How to set AutoRecover property of Workbook wit...

    Learn how to enable or disable the AutoRecover property of a workbook using Aspose.Cells for C++....Cells to set the AutoRecover property...for that Excel file. Aspose.Cells provides the Workbook.GetAutoRecover()...

    docs.aspose.com/cells/cpp/how-to-set-autorecove...
  9. Add a library reference to VBA project in workb...

    Learn how to add or register library references to the VBA project in a workbook using Aspose.Cells for C++....Cells VbaProject.References.AddRegisteredReferen()...in a workbook using Aspose.Cells The following sample code adds...

    docs.aspose.com/cells/cpp/add-a-library-referen...
  10. Aspose::Words::DocumentBuilder::EndRow method |...

    Aspose::Words::DocumentBuilder::EndRow method. Ends a table row in the document in C++....Examples Shows how to merge table cells vertically. auto doc = System...DocumentBuilder > ( doc ); // Insert a cell into the first column of the...

    reference.aspose.com/words/cpp/aspose.words/doc...