Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 244,637 for

cells

(0.48 sec)
  1. 用 C++ 管理OLE对象|Documentation

    学习如何使用 Aspose.Cells 和 C++ 在工作表中添加、提取和操作OLE对象。...Cells支持在工作表中添加、提取和操作OLE对象。因此,Aspose.Cells具有 OleObjectCollection...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; std :: vector...

    docs.aspose.com/cells/zh/cpp/managing-ole-objects/
  2. 用C++向Excel插入背景图片|Documentation

    “如何用Aspose.Cells for C++向Excel插入背景图片。”...Cells API设置工作表的背景图片。 在Microsoft Excel中设置工作表背景...选择一张图片来设置工作表的背景图片。 设置工作表背景 使用Aspose.Cells设置工作表背景 下面的代码使用从流中读取的图像设置了一个背景图像。...

    docs.aspose.com/cells/zh/cpp/insert-background-...
  3. Set Range Border|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.... you don’t need to set each cell individually. You can set the...border on the range. Aspose.Cells offers this feature. This article...

    docs.aspose.com/cells/net/set-range-border/
  4. Save Excel into PDF with Standard or Minimum Si...

    Learn how to save Excel files into PDF with standard or minimum size using Aspose.Cells for C++....Cells saves Excel to PDF in standard...or Minimum Size using Aspose.Cells The following sample code shows...

    docs.aspose.com/cells/cpp/save-excel-into-pdf-w...
  5. 使用实体框架渲染表格|Aspose.PDF for .NET

    本文将向您展示如何使用实体框架模型作为数据源渲染表格,使用 Aspose.PDF for .NET。...该类使我们能够创建表格并将其放置在文档中,使用 Rows 和 Cells 。因此,要创建表格,您需要添加所需数量的行并用适当数量的单元格填充它们。...prop in props ) { headRow . Cells . Add ( prop . GetCustomAttribute...

    docs.aspose.com/pdf/zh/net/render-table-using-e...
  6. 指定在输出 PDF 和图片中如何交叉字符串,由 C++ 实现|Documentation

    学习如何使用 Aspose.Cells for C++ 控制 PDF 和图片输出中的文本溢出。...Cells.h" using namespace Aspose :: Cells ; using namespace...Aspose :: Cells :: Rendering ; int main () { Aspose :: Cells :: Startup...

    docs.aspose.com/cells/zh/cpp/specify-how-to-cro...
  7. Draw Slicer while rendering Excel to PDF with C...

    Export Excel to PDF with slicer settings using Aspose.Cells with C++....Cells now supports this by default...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/draw-slicer-while-ren...
  8. 用 C++ 隐藏工作表中的零值显示|Documentation

    本文将展示如何用示例代码通过 C++ 库或 API 编程隐藏 Excel 工作表中的零值。...Cells隐藏零的示例代码。 #include <iostream>...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/hiding-the-display...
  9. Replace text in a workbook using Regular Expres...

    Replace text in a workbook using Regular Expression with Aspose.Cells in C++....Cells provides a feature to replace...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/replace-text-in-a-wor...
  10. 用 C++ 测量单元格值的宽度和高度(以像素为单位)|Documentation

    学习如何通过Aspose.Cells for C++ API测量单元格值的宽度和高度(像素单位)。...Cells 为此目的提供了 Cell.GetWidthOfValue() 和 Cell.GetHeightOfValue()...另外,你还可以使用Aspose.Cells API 自动调整行高和列宽 。 以下代码解释了 Cell.GetWidthOfValue()...

    docs.aspose.com/cells/zh/cpp/calculate-the-widt...