Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 241,509 for

cells

(0.26 sec)
  1. AutoFit Rows and Columns with Node.js via C++|D...

    This article shows how to autoFit rows, columns, rows of merged Cells, and rows in a range of Cells using Aspose.Cells for Node.js via C++....auto-size the width and height of cells according to their content....also available through Aspose.Cells for Node.js via C++, so developers...

    docs.aspose.com/cells/nodejs-cpp/autofit-rows-a...
  2. Hiding and Showing Rows and Columns with JavaSc...

    Learn how to hide and show rows and columns in a worksheet using Aspose.Cells for JavaScript via C++....Cells. Controlling the Visibility...of Rows and Columns Aspose.Cells for JavaScript via C++ provides...

    docs.aspose.com/cells/javascript-cpp/hiding-and...
  3. Public API Changes in Aspose.Cells 8.6.1|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 8.6.1 Contents [ Hide ] This...describes the changes to the Aspose.Cells API from version 8.6.0 to 8...

    docs.aspose.com/cells/net/public-api-changes-in...
  4. 使用 C++ 设置图表外观|Documentation

    学习如何在Aspose.Cells for C++中配置图表的外观。我们的指南将展示如何修改图表布局、颜色、字体和效果,以实现理想的视觉风格,提升工作表的美观度。...Cells提供的图表类型和图表对象,并描述了如何创建一个图表。本文...使用网格线。 设置图表区域 图表中有不同类型的区域,Aspose.Cells提供了修改每个区域外观的灵活性。开发人员可以通过改变前景...

    docs.aspose.com/cells/zh/cpp/setting-chart-appe...
  5. 在单元格中查找数值|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 - 在单元格中查找数值 在Microsoft Exce...//Finding the cell containing the specified formula Cells cells = worksheet...

    docs.aspose.com/cells/zh/net/find-value-in-cells/
  6. 使用C++在将文档转换为PDF时导出结构|Documentation

    了解如何在使用Aspose.Cells将文档转换为PDF时导出结构信息。...Cells可以保留Microsoft Excel文档中的结构信息,...#include "Aspose.Cells.h" #include "Aspose.Cells/PdfSaveOptions...

    docs.aspose.com/cells/zh/cpp/export-document-st...
  7. Putting an object into a cell that is Single.Na...

    dear support, I am getting a system crash with the below VB .NET code Dim s1 As Single = Single.NaN Dim o1 As Object = s1 Dim x As New Aspose.Cells.Workbook x.Worksheets(0).Cells(0, 0).PutValue(o1) This crashes, bu…...object into a cell that is Single.NaN Aspose.Cells Product Family...As New Aspose.Cells.Workbook x.Worksheets(0).Cells(0, 0).PutValue(o1)...

    forum.aspose.com/t/putting-an-object-into-a-cel...
  8. 使用XmlMapCollection.Add方法在工作簿内添加XML映射,使用C++|Docu...

    使用C++的XmlMapCollection.Add方法在工作簿内添加XML映射。...Cells 提供了 XmlMapCollection.Add() 方法,您可以使用该方法将...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/add-xml-map-inside...
  9. Convert Excel to High‑Resolution Image with C++...

    Generate high‑resolution images from Excel files using Aspose.Cells with C++....Cells offers functionality to set...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/convert-excel-to-high...
  10. Password Protect the VBA Project of an Excel Wo...

    Learn how to password protect the VBA Project of an Excel workbook using Aspose.Cells with C++....Cells using the VbaProject.Protect()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/cpp/password-protect-the-...