Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 244,502 for

cells

(0.16 sec)
  1. Encrypting Excel Files with C++|Documentation

    Learn how to encrypt and password protect Excel files using Aspose.Cells with C++....Cells allows you to encrypt and password‑protect...password. Encryption with Aspose.Cells The following example shows...

    docs.aspose.com/cells/cpp/encrypting-excel-files/
  2. Aspose::Words::DocumentBuilder::StartTable meth...

    Aspose::Words::DocumentBuilder::StartTable method. Starts a table in the document in C++....nested table when called inside a cell. Examples Shows how to build...apply them to every row and cell that we add with it. builder...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. How to hide Y axis for Waterfall chart in Excel...

    I Need to hide the Y axis tick mark labels in waterfall chart. I have this simple program to create the chart and hide the yaxis. Please suggest the change here. import com.aspose.Cells.*; import com.aspose.Cells.Char…...Cells Product Family cells-java VaradS January...import com.aspose.cells.*; import com.aspose.cells.ChartType; public...

    forum.aspose.com/t/how-to-hide-y-axis-for-water...
  4. 使用C++通过JavaScript追踪前导和依赖单元格|Documentation

    学习如何使用C++通过Aspose.Cells for JavaScript追踪电子表格中的前导和依赖单元格。了解如何识别复杂财务工作表中的链接单元。...Cells 允许您跟踪单元格并找出哪些是相互关联的。 跟踪先例和依赖单元格:Microsoft...跟踪先例和依赖单元格:Aspose.Cells 跟踪先例 Aspose.Cells 使得获取先例单元格变得容易。它不仅可...

    docs.aspose.com/cells/zh/javascript-cpp/precede...
  5. Returning a Range of Values using AbstractCalcu...

    This article introduces an abstract calculation engine that returns a range of values in Microsoft Excel using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to get a range of values and return the result. Finally, we save the modified Excel file to disk....Cells provides AbstractCalculationE...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; class CustomFunctionStatic...

    docs.aspose.com/cells/cpp/returning-a-range-of-...
  6. 如何使用C++筛选空白或非空白|Documentation

    学习如何使用Aspose.Cells for C++ API筛选空白和非空白。...Cells进行筛选空白 如果一列包含文本,且少数单元格为空,需要筛选出仅包含空白单元格的行,可以使用...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/how-to-filter-blan...
  7. 将多个工作簿合并成一个单一工作簿,使用C++实现|Documentation

    学习如何使用Aspose.Cells和C++将多个工作簿合并为一个单一工作簿。...Cells支持此功能。本文演示如何在Visual Studio中创...将具有图像和图表的工作簿合并 示例代码使用Aspose.Cells将两个工作簿合并为单个工作簿。该代码加载源工作簿,使用 Workbook::Combine()...

    docs.aspose.com/cells/zh/cpp/combine-multiple-w...
  8. 用 C++ 调整图表数据标签形状以适应文本|Documentation

    学习如何在 Aspose.Cells for C++ 中调整图表中数据标签的形状以适应文本。我们的指南将教您如何调节标签容器的大小和形状,确保文本正确显示,不被截断或重叠。...Cells for C++调整图表数据标签形状以适应文本 为了模仿...为了模仿Excel的调整数据标签形状以适应文本的功能,Aspose.Cells API已暴露布尔类型的 DataLabels.IsResizeShapeToFitTe...

    docs.aspose.com/cells/zh/cpp/resize-chart-s-dat...
  9. 用数字证书为VBA代码项目数字签名(C++)|Documentation

    了解如何使用证书和Aspose.Cells for C++数字签名您的VBA代码项目。...Cells及其 Workbook.VbaProject.Sign()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/zh/cpp/digitally-sign-a-v...
  10. Use Formulas Functions to Process Data|Document...

    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 for .NET through code. 1) VSTO...GetVstoObject ( m_sheet ); // Access cells A1, A2, A3, A4 Microsoft . Office...

    docs.aspose.com/cells/net/use-formulas-function...